#include <vtkPointSetSlicer.h>
|
| vtkPointSetSlicer (vtkPlane *cf=0) |
|
| ~vtkPointSetSlicer () |
|
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) override |
|
virtual int | RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *) override |
|
virtual int | FillInputPortInformation (int port, vtkInformation *info) override |
|
void | UnstructuredGridCutter (vtkDataSet *input, vtkPolyData *output) |
|
void | ContourUnstructuredGridCell (vtkCell *cell, vtkDataArray *cellScalars, vtkPointLocator *locator, vtkCellArray *verts, vtkCellArray *lines, vtkCellArray *polys, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd) |
|
Definition at line 37 of file vtkPointSetSlicer.h.
vtkPointSetSlicer::vtkPointSetSlicer |
( |
vtkPlane * |
cf = 0 | ) |
|
|
protected |
vtkPointSetSlicer::~vtkPointSetSlicer |
( |
| ) |
|
|
protected |
void vtkPointSetSlicer::ContourUnstructuredGridCell |
( |
vtkCell * |
cell, |
|
|
vtkDataArray * |
cellScalars, |
|
|
vtkPointLocator * |
locator, |
|
|
vtkCellArray * |
verts, |
|
|
vtkCellArray * |
lines, |
|
|
vtkCellArray * |
polys, |
|
|
vtkPointData * |
inPd, |
|
|
vtkPointData * |
outPd, |
|
|
vtkCellData * |
inCd, |
|
|
vtkIdType |
cellId, |
|
|
vtkCellData * |
outCd |
|
) |
| |
|
protected |
void vtkPointSetSlicer::CreateDefaultLocator |
( |
| ) |
|
int vtkPointSetSlicer::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
overrideprotectedvirtual |
unsigned long vtkPointSetSlicer::GetMTime |
( |
| ) |
|
|
override |
void vtkPointSetSlicer::PrintSelf |
( |
std::ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
|
override |
int vtkPointSetSlicer::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
overrideprotectedvirtual |
int vtkPointSetSlicer::RequestUpdateExtent |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
overrideprotectedvirtual |
void vtkPointSetSlicer::SetLocator |
( |
vtkPointLocator * |
locator | ) |
|
void vtkPointSetSlicer::SetSlicePlane |
( |
vtkPlane * |
plane | ) |
|
|
virtual |
void vtkPointSetSlicer::UnstructuredGridCutter |
( |
vtkDataSet * |
input, |
|
|
vtkPolyData * |
output |
|
) |
| |
|
protected |
vtkPointSetSlicer::vtkGetObjectMacro |
( |
SlicePlane |
, |
|
|
vtkPlane |
|
|
) |
| |
vtkPointSetSlicer::vtkGetObjectMacro |
( |
Locator |
, |
|
|
vtkPointLocator |
|
|
) |
| |
vtkCutter* vtkPointSetSlicer::Cutter |
|
protected |
int vtkPointSetSlicer::GenerateCutScalars |
|
protected |
vtkPointLocator* vtkPointSetSlicer::Locator |
|
protected |
vtkPlane* vtkPointSetSlicer::SlicePlane |
|
protected |
The documentation for this class was generated from the following files: