#include <vtkPointSetSlicer.h>
|
| vtkPointSetSlicer (vtkPlane *cf=nullptr) |
|
| ~vtkPointSetSlicer () override |
|
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) override |
|
int | RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *) override |
|
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 33 of file vtkPointSetSlicer.h.
◆ vtkPointSetSlicer()
vtkPointSetSlicer::vtkPointSetSlicer |
( |
vtkPlane * |
cf = nullptr | ) |
|
|
protected |
◆ ~vtkPointSetSlicer()
vtkPointSetSlicer::~vtkPointSetSlicer |
( |
| ) |
|
|
overrideprotected |
◆ ContourUnstructuredGridCell()
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 |
◆ CreateDefaultLocator()
void vtkPointSetSlicer::CreateDefaultLocator |
( |
| ) |
|
◆ FillInputPortInformation()
int vtkPointSetSlicer::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
overrideprotected |
◆ GetMTime()
vtkMTimeType vtkPointSetSlicer::GetMTime |
( |
| ) |
|
|
override |
◆ New()
◆ PrintSelf()
void vtkPointSetSlicer::PrintSelf |
( |
std::ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
|
override |
◆ RequestData()
int vtkPointSetSlicer::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
overrideprotected |
◆ RequestUpdateExtent()
int vtkPointSetSlicer::RequestUpdateExtent |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
overrideprotected |
◆ SetLocator()
void vtkPointSetSlicer::SetLocator |
( |
vtkPointLocator * |
locator | ) |
|
◆ SetSlicePlane()
virtual void vtkPointSetSlicer::SetSlicePlane |
( |
vtkPlane * |
| ) |
|
|
virtual |
◆ UnstructuredGridCutter()
void vtkPointSetSlicer::UnstructuredGridCutter |
( |
vtkDataSet * |
input, |
|
|
vtkPolyData * |
output |
|
) |
| |
|
protected |
◆ vtkBooleanMacro()
◆ vtkGetMacro()
◆ vtkGetObjectMacro() [1/2]
vtkPointSetSlicer::vtkGetObjectMacro |
( |
Locator |
, |
|
|
vtkPointLocator |
|
|
) |
| |
◆ vtkGetObjectMacro() [2/2]
vtkPointSetSlicer::vtkGetObjectMacro |
( |
SlicePlane |
, |
|
|
vtkPlane |
|
|
) |
| |
◆ vtkSetMacro()
◆ vtkTypeMacro()
◆ Cutter
vtkCutter* vtkPointSetSlicer::Cutter |
|
protected |
◆ GenerateCutScalars
int vtkPointSetSlicer::GenerateCutScalars |
|
protected |
◆ Locator
vtkPointLocator* vtkPointSetSlicer::Locator |
|
protected |
◆ SlicePlane
vtkPlane* vtkPointSetSlicer::SlicePlane |
|
protected |
The documentation for this class was generated from the following file: