PandaRoot
CAFieldValue Struct Reference

#include <CAFieldValue.h>

Public Member Functions

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

Detailed Description

Definition at line 42 of file CAFieldValue.h.

Constructor & Destructor Documentation

◆ CAFieldValue() [1/2]

CAFieldValue::CAFieldValue ( )
inline

Definition at line 44 of file CAFieldValue.h.

44 : fcBz(0) {}

◆ CAFieldValue() [2/2]

CAFieldValue::CAFieldValue ( float  f)
inline

Definition at line 46 of file CAFieldValue.h.

46 : fcBz(f) {}
float f
Definition: P4_F32vec4.h:20

Member Function Documentation

◆ operator float()

CAFieldValue::operator float ( ) const
inline

Definition at line 47 of file CAFieldValue.h.

47 { return fcBz; }

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