Version: 6.3.1
Packages | Functions | Variables

src/CONVERTOR/VISU_ConvertorUtils.cxx File Reference

#include "VISU_ConvertorUtils.hxx"
#include <vtkCellType.h>
#include <vtkUnstructuredGridWriter.h>
#include <vtkUnstructuredGrid.h>
#include <vtkPolyDataWriter.h>
#include <vtkPolyData.h>
#include <vtkInformationVector.h>
#include <vtkInformation.h>
#include <vtkExecutive.h>
#include <vtkTimerLog.h>
#include <vtkPointData.h>
#include <vtkCellData.h>
#include <vtkDataSet.h>
#include <vtkIdList.h>
#include <vtkIntArray.h>
#include <algorithm>
Include dependency graph for VISU_ConvertorUtils.cxx:

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

Variable Documentation

int MYDEBUG = 0 [static]
Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS