PandaRoot
CAFieldValue Struct Reference

#include <CAFieldValue.h>

Public Member Functions

 CAFieldValue ()
 
 CAFieldValue (float f)
 
 operator float () const
 

Detailed Description

Definition at line 54 of file CAFieldValue.h.

Constructor & Destructor Documentation

◆ CAFieldValue() [1/2]

CAFieldValue::CAFieldValue ( )
inline

Definition at line 56 of file CAFieldValue.h.

56 : fcBz(0) {}

◆ CAFieldValue() [2/2]

CAFieldValue::CAFieldValue ( float  f)
inline

Definition at line 58 of file CAFieldValue.h.

58 : fcBz(f) {}
float f
Definition: P4_F32vec4.h:32

Member Function Documentation

◆ operator float()

CAFieldValue::operator float ( ) const
inline

Definition at line 59 of file CAFieldValue.h.

59 { return fcBz; }

The documentation for this struct was generated from the following file: