Public Member Functions | |
StructGrid (double const X[], int nX, double const Y[], int nY, double const Z[], int nZ, double const F[]=NULL, VectorTuple const V[]=NULL) | |
StructGrid (MeshGrid const &mg, double const F[]=NULL, VectorTuple const V[]=NULL) | |
~StructGrid () | |
vtkStructuredGrid * | GetGrid () |
void | WriteFile (char const *Filename) |
Private Attributes | |
vtkPoints * | _points |
vtkFloatArray * | _scalars |
vtkFloatArray * | _vectors |
vtkStructuredGrid * | _sgrid |
Friends | |
std::ostream & | operator<< (std::ostream &os, StructGrid const &sg) |
Classes | |
struct | VectorTuple |
Definition at line 32 of file structgrid.h.