Packages |
| package | VISU |
Defines |
| #define | VTK_XVERSION (VTK_MAJOR_VERSION<<16)+(VTK_MINOR_VERSION<<8)+(VTK_BUILD_VERSION) |
Functions |
| void | VISU.GetObjectIdSet (vtkIntArray *theArray, TObjectIdSet &theObjectIdSet) |
| void | VISU.GetObjectId2TupleIdMap (vtkIntArray *theArray, TObjectId2TupleIdMap &theObjectId2TupleIdMap) |
| void | VISU.GetObjectId2TupleGaussIdArray (vtkIntArray *theArray, TObjectId2TupleGaussIdMap &theObjectId2TupleGaussIdMap) |
| template<class TGetFieldData > |
| vtkIntArray * | VISU.GetIDMapper (VISU::TFieldList *theFieldList, TGetFieldData theGetFieldData, const char *theFieldName) |
| template<class TGetFieldData > |
| vtkIntArray * | VISU.GetIDMapper (vtkDataSet *theIDMapperDataSet, TGetFieldData theGetFieldData, const char *theFieldName) |
| bool | VISU.IsDifferent (vtkIntArray *theFirstIDMapper, vtkIntArray *theSecondIDMapper) |
| void | VISU.GetIntersection (vtkIntArray *theFirstIDMapper, vtkIntArray *theSecondIDMapper, TObjectIdArray &theResult) |
| bool | VISU.Execute (vtkUnstructuredGrid *theInput, vtkUnstructuredGrid *theOutput, vtkDataSet *theScalarsDataSet, vtkDataSet *theVectorsDataSet, vtkDataSet *theNormalsDataSet, vtkDataSet *theTCoordsDataSet, vtkDataSet *theTensorsDataSet, TFieldList *theFieldList, bool theIsMergingInputs) |
| bool | VISU.Execute (vtkPolyData *theInput, vtkPolyData *theOutput, vtkDataSet *theScalarsDataSet, vtkDataSet *theVectorsDataSet, vtkDataSet *theNormalsDataSet, vtkDataSet *theTCoordsDataSet, vtkDataSet *theTensorsDataSet, TFieldList *theFieldList, bool theIsMergingInputs) |