Version: 9.15.0
VTKViewer_ExtractUnstructuredGrid.cxx File Reference
#include "VTKViewer_ExtractUnstructuredGrid.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) VTKViewer_ExtractUnstructuredGrid
 
vtkIdType InsertCell (vtkUnstructuredGrid *theInput, vtkCellArray *theConnectivity, vtkUnsignedCharArray *theCellTypesArray, vtkIdTypeArray *&theFaces, vtkIdTypeArray *&theFaceLocations, vtkIdType theCellId, vtkIdList *, bool theStoreMapping, vtkIdType, VTKViewer_ExtractUnstructuredGrid::TVectorId &theOut2InId)
 
void InsertPointCell (vtkCellArray *theConnectivity, vtkUnsignedCharArray *theCellTypesArray, vtkIdType theCellId, vtkIdList *theIdList, bool theStoreMapping, vtkIdType, VTKViewer_ExtractUnstructuredGrid::TVectorId &theOut2InId)
 

Macro Definition Documentation

◆ VTK_XVERSION

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

Function Documentation

◆ InsertCell()

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

◆ InsertPointCell()

void InsertPointCell ( vtkCellArray *  theConnectivity,
vtkUnsignedCharArray *  theCellTypesArray,
vtkIdType  theCellId,
vtkIdList *  theIdList,
bool  theStoreMapping,
vtkIdType  ,
VTKViewer_ExtractUnstructuredGrid::TVectorId theOut2InId 
)
inline

◆ vtkStandardNewMacro()

vtkStandardNewMacro ( VTKViewer_ExtractUnstructuredGrid  )