Packages |
| package | VISU |
Functions |
| vtkIdType | VISU.VISUGeom2NbNodes (EGeometry theGeom) |
| | Get number of nodes for defined geometrical type.
|
| vtkIdType | VISU.VISUGeom2VTK (EGeometry theGeom) |
| | Maps VISU geometrical type to VTK one.
|
| void | VISU.WriteToFile (vtkUnstructuredGrid *theDataSet, const std::string &theFileName) |
| | The utility function allows to write vtkUnstructuredGrid to a file with defined name.
|
| void | VISU.WriteToFile (vtkPolyData *theDataSet, const std::string &theFileName) |
| | The utility function allows to write vtkPolyData to a file with defined name.
|
| bool | VISU.IsDataOnPoints (vtkDataSet *theDataSet) |
| bool | VISU.IsDataOnCells (vtkDataSet *theDataSet) |
| bool | VISU.IsElnoData (vtkDataSet *theDataSet) |
| vtkIdType | VISU.GetVTKID (vtkDataArray *theIDDataArray, vtkIdType theID, int theEntity) |
| vtkIdType | VISU.GetObjectID (vtkDataArray *theIDDataArray, vtkIdType theID) |
| vtkIdType | VISU.GetElemVTKID (vtkDataSet *theDataSet, vtkIdType theID, int theEntity) |
| vtkIdType | VISU.GetElemObjID (vtkDataSet *theDataSet, vtkIdType theID) |
| vtkCell * | VISU.GetElemCell (vtkDataSet *theDataSet, vtkIdType theObjID) |
| vtkIdType | VISU.GetNodeVTKID (vtkDataSet *theDataSet, vtkIdType theID) |
| vtkIdType | VISU.GetNodeObjID (vtkDataSet *theDataSet, vtkIdType theID) |
| vtkFloatingPointType * | VISU.GetNodeCoord (vtkDataSet *theDataSet, vtkIdType theObjID) |
| TGaussPointID | VISU.GetObjID (vtkDataSet *theDataSet, vtkIdType theID) |
| TInputCellID | VISU.GetInputCellID (vtkDataSet *theDataSet, vtkIdType theObjID) |
| vtkDataSet * | VISU.GetInput (vtkInformationVector **theInputVector, vtkIdType theInputId) |
| vtkDataSet * | VISU.GetOutput (vtkInformationVector *theOutputVector) |
| TElnoPoints | VISU.GetElnoPoints (vtkDataSet *theDataSet, vtkIdType theNodeObjID) |
Variables |
| static int | MYDEBUG = 0 |