#include "VISUConvertor.hxx"#include "VISU_ConvertorDef.hxx"#include "VISU_IDMapper.hxx"#include "MED_Utilities.hxx"#include "VTKViewer.h"#include <vtkSystemIncludes.h>#include <string>
Go to the source code of this file.
Data Structures | |
| class | VISU.TTimerLog |
| The utility class that allows to perform perfomance mesurement. More... | |
Packages | |
| package | MED |
| package | VISU |
Defines | |
| #define | VISU_ENABLE_QUADRATIC |
| #define | VISU_USE_VTK_QUADRATIC |
Typedefs | |
| typedef vtkIdType | VISU.TInputID |
| typedef vtkIdType | VISU.TCellID |
| typedef std::pair< TInputID, TCellID > | VISU.TInputCellID |
| typedef vtkIdType | VISU.TVTKPointID |
| Utility for ELNO Data Selection. | |
| typedef vtkIdType | VISU.TVTKCellID |
| typedef std::pair< TVTKPointID, TVTKCellID > | VISU.TElnoPointID |
| typedef std::vector< TElnoPointID > | VISU.TElnoPoints |
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.IsDataOnCells (vtkDataSet *theDataSet) |
| bool | VISU.IsElnoData (vtkDataSet *theDataSet) |
| bool | VISU.IsDataOnPoints (vtkDataSet *theDataSet) |
| 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) |
| #define VISU_ENABLE_QUADRATIC |
| #define VISU_USE_VTK_QUADRATIC |