Inventor field containing a mesh of type PbPolarGrid2D.  
More...
#include <MeshViz/fields/PoSFPolarGrid2D.h>
  
 Public Member Functions | |
| virtual SoType | getTypeId () const | 
| const PoSFPolarGrid2D & | operator= (const PoSFPolarGrid2D &f) | 
| PoSFPolarGrid2D () | |
| virtual | ~PoSFPolarGrid2D () | 
| const PbPolarGrid2D & | getValue () const | 
| void | setValue (const PbPolarGrid2D &newValue) | 
| const PbPolarGrid2D & | operator= (const PbPolarGrid2D &newValue) | 
| int | operator== (const PoSFPolarGrid2D &f) const | 
| int | operator!= (const PoSFPolarGrid2D &f) const | 
| virtual size_t | getValueSize () const | 
| void | setGeometry (int num_r, int num_t, const float *r, const float *t, const float *z=NULL) | 
Static Public Member Functions | |
| static SoType | getClassTypeId () | 
 Inventor field containing a mesh of type PbPolarGrid2D. 
This field contains an instance of the class PbPolarGrid2D.
| PoSFPolarGrid2D::PoSFPolarGrid2D | ( | ) | 
Default constructor.
| virtual PoSFPolarGrid2D::~PoSFPolarGrid2D | ( | ) |  [virtual] | 
        
Destructor.
| static SoType PoSFPolarGrid2D::getClassTypeId | ( | ) |  [static] | 
        
Returns the type identifier for this class.
Reimplemented from PoSFMesh.
| virtual SoType PoSFPolarGrid2D::getTypeId | ( | ) |  const [virtual] | 
        
Returns the type identifier for this specific instance.
Reimplemented from PoSFMesh.
| const PbPolarGrid2D& PoSFPolarGrid2D::getValue | ( | ) |  const [inline] | 
        
Returns this field's value.
| virtual size_t PoSFPolarGrid2D::getValueSize | ( | ) |  const [inline, virtual] | 
        
Get size of the value.
Reimplemented from SoField.
| int PoSFPolarGrid2D::operator!= | ( | const PoSFPolarGrid2D & | f | ) |  const [inline] | 
        
Returns FALSE if otherField is of the same type and has the same value as this field.
Reimplemented from SoField.
| const PbPolarGrid2D& PoSFPolarGrid2D::operator= | ( | const PbPolarGrid2D & | newValue | ) |  [inline] | 
        
Sets this field to newValue.
| const PoSFPolarGrid2D& PoSFPolarGrid2D::operator= | ( | const PoSFPolarGrid2D & | f | ) | 
Copy from another field of same type.
| int PoSFPolarGrid2D::operator== | ( | const PoSFPolarGrid2D & | f | ) | const | 
Returns TRUE if otherField is of the same type and has the same value as this field.
Reimplemented from SoField.
| void PoSFPolarGrid2D::setGeometry | ( | int | num_r, | |
| int | num_t, | |||
| const float * | r, | |||
| const float * | t, | |||
| const float * |  z = NULL | |||
| ) | 
Convenience method to change the geometry of the mesh.
See also PbPolarGrid2D::setGeometry().
| void PoSFPolarGrid2D::setValue | ( | const PbPolarGrid2D & | newValue | ) | 
Sets this field to newValue.