src/CONVERTOR/VISU_ConvertorUtils.hxx File Reference

#include <string>
#include <vtkCellType.h>
#include <vtkSystemIncludes.h>
#include "MED_Utilities.hxx"

Include dependency graph for VISU_ConvertorUtils.hxx:

Go to the source code of this file.

Namespaces

namespace  MED
namespace  VISU

Data Structures

class  VISU.TTimerLog

Functions

void VISU.WriteToFile (vtkUnstructuredGrid *theDataSet, const std::string &theFileName)
 The utility function allows to write vtkUnstructuredGrid to a file with defined name.
bool VISU.IsDataOnCells (vtkDataSet *theDataSet)
bool VISU.IsDataOnPoints (vtkDataSet *theDataSet)
vtkIdType VISU.GetElemVTKID (vtkDataSet *theDataSet, vtkIdType theID, int theEntity)
vtkIdType VISU.GetElemObjID (vtkDataSet *theDataSet, vtkIdType theID)
vtkIdType VISU.GetNodeVTKID (vtkDataSet *theDataSet, vtkIdType theID)
vtkIdType VISU.GetNodeObjID (vtkDataSet *theDataSet, vtkIdType theID)