PandaRoot
PndCAFieldValue Struct Reference

#include <PndCAFieldValue.h>

Public Member Functions

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

Detailed Description

Definition at line 12 of file PndCAFieldValue.h.

Constructor & Destructor Documentation

◆ PndCAFieldValue() [1/2]

PndCAFieldValue::PndCAFieldValue ( )
inline

Definition at line 14 of file PndCAFieldValue.h.

14 : fcBz(0) {}

◆ PndCAFieldValue() [2/2]

PndCAFieldValue::PndCAFieldValue ( float  f)
inline

Definition at line 16 of file PndCAFieldValue.h.

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

Member Function Documentation

◆ operator float()

PndCAFieldValue::operator float ( ) const
inline

Definition at line 17 of file PndCAFieldValue.h.

17 { return fcBz; }

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