24#ifndef _PO_POLARGRID2D_
25#define _PO_POLARGRID2D_
27#include <MeshViz/nodes/PoMeshProperty.h>
28#include <MeshViz/fields/PoSFPolarGrid2D.h>
69 const float *r,
const float *t,
const float *z=NULL);
73 virtual void doAction(
SoAction *action) ;
76 static void initClass() ;
77 static void exitClass() ;
90 const float *r,
const float *t,
const float *z)
92 mesh.setGeometry(num_r,num_t, r,t,z);
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Defines an abstract mesh...
PoMeshProperty()
Constructor.
void 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.
PoPolarGrid2D()
Constructor.
PoSFPolarGrid2D mesh
Field containing a mesh of type PbPolarGrid2D.
const PbMesh * getMesh() const
Gets the instance of the class PbPolarGrid2D contained by the field mesh.
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Abstract Inventor field ...
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Inventor field containin...
Abstract base class for all actions.