Version: 8.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
VTKViewer_ExtractUnstructuredGrid.cxx File Reference
#include "VTKViewer_ExtractUnstructuredGrid.h"
#include "VTKViewer_CellLocationsArray.h"
#include <vtkUnsignedCharArray.h>
#include <vtkUnstructuredGrid.h>
#include <vtkObjectFactory.h>
#include <vtkCellArray.h>
#include <vtkIdList.h>
#include <vtkCell.h>
#include <vtkCellData.h>
#include <vtkInformation.h>
#include <vtkInformationVector.h>
#include <vtkVersion.h>
#include "utilities.h"

Macros

#define VTK_XVERSION   (VTK_MAJOR_VERSION*10000+VTK_MINOR_VERSION*100+VTK_BUILD_VERSION)
 

Functions

 vtkStandardNewMacro (VTKViewer_ExtractUnstructuredGrid)
 
int InsertCell (vtkUnstructuredGrid *theInput, vtkCellArray *theConnectivity, vtkUnsignedCharArray *theCellTypesArray, vtkIdTypeArray *&theFaces, vtkIdTypeArray *&theFaceLocations, vtkIdType theCellId, vtkIdList *theIdList, bool theStoreMapping, vtkIdType theOutId, VTKViewer_ExtractUnstructuredGrid::TVectorId &theOut2InId)
 
void InsertPointCell (vtkCellArray *theConnectivity, vtkUnsignedCharArray *theCellTypesArray, vtkIdType theCellId, vtkIdList *theIdList, bool theStoreMapping, vtkIdType theOutId, VTKViewer_ExtractUnstructuredGrid::TVectorId &theOut2InId)
 

Macro Definition Documentation

#define VTK_XVERSION   (VTK_MAJOR_VERSION*10000+VTK_MINOR_VERSION*100+VTK_BUILD_VERSION)

Function Documentation

int InsertCell ( vtkUnstructuredGrid *  theInput,
vtkCellArray *  theConnectivity,
vtkUnsignedCharArray *  theCellTypesArray,
vtkIdTypeArray *&  theFaces,
vtkIdTypeArray *&  theFaceLocations,
vtkIdType  theCellId,
vtkIdList *  theIdList,
bool  theStoreMapping,
vtkIdType  theOutId,
VTKViewer_ExtractUnstructuredGrid::TVectorId theOut2InId 
)
inline
void InsertPointCell ( vtkCellArray *  theConnectivity,
vtkUnsignedCharArray *  theCellTypesArray,
vtkIdType  theCellId,
vtkIdList *  theIdList,
bool  theStoreMapping,
vtkIdType  theOutId,
VTKViewer_ExtractUnstructuredGrid::TVectorId theOut2InId 
)
inline
vtkStandardNewMacro ( VTKViewer_ExtractUnstructuredGrid  )