PandaRoot
PndCAFieldValue Struct Reference

#include <PndCAFieldValue.h>

Public Member Functions

 PndCAFieldValue ()
 
 PndCAFieldValue (float f)
 
 operator float () const
 

Detailed Description

Definition at line 24 of file PndCAFieldValue.h.

Constructor & Destructor Documentation

◆ PndCAFieldValue() [1/2]

PndCAFieldValue::PndCAFieldValue ( )
inline

Definition at line 26 of file PndCAFieldValue.h.

26 : fcBz(0) {}

◆ PndCAFieldValue() [2/2]

PndCAFieldValue::PndCAFieldValue ( float  f)
inline

Definition at line 28 of file PndCAFieldValue.h.

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

Member Function Documentation

◆ operator float()

PndCAFieldValue::operator float ( ) const
inline

Definition at line 29 of file PndCAFieldValue.h.

29 { return fcBz; }

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