ActiViz .NET
5.8.0
|
vtkBoxClipDataSet - clip an unstructured grid More...
Public Member Functions | |
vtkBoxClipDataSet (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkBoxClipDataSet () | |
Constructor of the clipping box. The initial box is (0,1,0,1,0,1). The hexahedral box and the parallel box parameters are set to match this box. | |
void | CellGrid (int typeobj, int npts, IntPtr cellIds, vtkCellArray newCellArray) |
Tells if clipping happens with a box parallel with coordinate axis (0) or with an hexahedral box (1). Initial value is 1. | |
void | ClipBox (vtkPoints newPoints, vtkGenericCell cell, vtkIncrementalPointLocator locator, vtkCellArray tets, vtkPointData inPD, vtkPointData outPD, vtkCellData inCD, int cellId, vtkCellData outCD) |
Tells if clipping happens with a box parallel with coordinate axis (0) or with an hexahedral box (1). Initial value is 1. | |
void | ClipBox0D (vtkGenericCell cell, vtkIncrementalPointLocator locator, vtkCellArray verts, vtkPointData inPD, vtkPointData outPD, vtkCellData inCD, int cellId, vtkCellData outCD) |
Tells if clipping happens with a box parallel with coordinate axis (0) or with an hexahedral box (1). Initial value is 1. | |
void | ClipBox1D (vtkPoints newPoints, vtkGenericCell cell, vtkIncrementalPointLocator locator, vtkCellArray lines, vtkPointData inPD, vtkPointData outPD, vtkCellData inCD, int cellId, vtkCellData outCD) |
Tells if clipping happens with a box parallel with coordinate axis (0) or with an hexahedral box (1). Initial value is 1. | |
void | ClipBox2D (vtkPoints newPoints, vtkGenericCell cell, vtkIncrementalPointLocator locator, vtkCellArray tets, vtkPointData inPD, vtkPointData outPD, vtkCellData inCD, int cellId, vtkCellData outCD) |
Tells if clipping happens with a box parallel with coordinate axis (0) or with an hexahedral box (1). Initial value is 1. | |
void | ClipHexahedron (vtkPoints newPoints, vtkGenericCell cell, vtkIncrementalPointLocator locator, vtkCellArray tets, vtkPointData inPD, vtkPointData outPD, vtkCellData inCD, int cellId, vtkCellData outCD) |
Tells if clipping happens with a box parallel with coordinate axis (0) or with an hexahedral box (1). Initial value is 1. | |
void | ClipHexahedron0D (vtkGenericCell cell, vtkIncrementalPointLocator locator, vtkCellArray verts, vtkPointData inPD, vtkPointData outPD, vtkCellData inCD, int cellId, vtkCellData outCD) |
Tells if clipping happens with a box parallel with coordinate axis (0) or with an hexahedral box (1). Initial value is 1. | |
void | ClipHexahedron1D (vtkPoints newPoints, vtkGenericCell cell, vtkIncrementalPointLocator locator, vtkCellArray lines, vtkPointData inPD, vtkPointData outPD, vtkCellData inCD, int cellId, vtkCellData outCD) |
Tells if clipping happens with a box parallel with coordinate axis (0) or with an hexahedral box (1). Initial value is 1. | |
void | ClipHexahedron2D (vtkPoints newPoints, vtkGenericCell cell, vtkIncrementalPointLocator locator, vtkCellArray tets, vtkPointData inPD, vtkPointData outPD, vtkCellData inCD, int cellId, vtkCellData outCD) |
Tells if clipping happens with a box parallel with coordinate axis (0) or with an hexahedral box (1). Initial value is 1. | |
void | CreateDefaultLocator () |
Create default locator. Used to create one when none is specified. The locator is used to merge coincident points. | |
void | CreateTetra (int npts, IntPtr cellIds, vtkCellArray newCellArray) |
Tells if clipping happens with a box parallel with coordinate axis (0) or with an hexahedral box (1). Initial value is 1. | |
virtual void | GenerateClipScalarsOff () |
If this flag is enabled, then the output scalar values will be interpolated, and not the input scalar data. | |
virtual void | GenerateClipScalarsOn () |
If this flag is enabled, then the output scalar values will be interpolated, and not the input scalar data. | |
virtual void | GenerateClippedOutputOff () |
Control whether a second output is generated. The second output contains the polygonal data that's been clipped away. | |
virtual void | GenerateClippedOutputOn () |
Control whether a second output is generated. The second output contains the polygonal data that's been clipped away. | |
vtkUnstructuredGrid | GetClippedOutput () |
Return the Clipped output. | |
virtual int | GetGenerateClipScalars () |
If this flag is enabled, then the output scalar values will be interpolated, and not the input scalar data. | |
virtual int | GetGenerateClippedOutput () |
Control whether a second output is generated. The second output contains the polygonal data that's been clipped away. | |
virtual vtkIncrementalPointLocator | GetLocator () |
Specify a spatial locator for merging points. By default, an instance of vtkMergePoints is used. | |
override uint | GetMTime () |
Return the mtime also considering the locator. | |
virtual int | GetNumberOfOutputs () |
Return the Clipped output. | |
virtual uint | GetOrientation () |
Tells if clipping happens with a box parallel with coordinate axis (0) or with an hexahedral box (1). Initial value is 1. | |
override int | IsA (string type) |
Undocumented Block. | |
void | MinEdgeF (IntPtr id_v, IntPtr cellIds, IntPtr edgF) |
Tells if clipping happens with a box parallel with coordinate axis (0) or with an hexahedral box (1). Initial value is 1. | |
new vtkBoxClipDataSet | NewInstance () |
Undocumented Block. | |
void | PyramidToTetra (IntPtr pyramId, IntPtr cellIds, vtkCellArray newCellArray) |
Tells if clipping happens with a box parallel with coordinate axis (0) or with an hexahedral box (1). Initial value is 1. | |
void | SetBoxClip (double xmin, double xmax, double ymin, double ymax, double zmin, double zmax) |
Description Specify the Box with which to perform the clipping. If the box is not parallel to axis, you need to especify normal vector of each plane and a point on the plane. | |
void | SetBoxClip (IntPtr n0, IntPtr o0, IntPtr n1, IntPtr o1, IntPtr n2, IntPtr o2, IntPtr n3, IntPtr o3, IntPtr n4, IntPtr o4, IntPtr n5, IntPtr o5) |
Description Specify the Box with which to perform the clipping. If the box is not parallel to axis, you need to especify normal vector of each plane and a point on the plane. | |
virtual void | SetGenerateClipScalars (int _arg) |
If this flag is enabled, then the output scalar values will be interpolated, and not the input scalar data. | |
virtual void | SetGenerateClippedOutput (int _arg) |
Control whether a second output is generated. The second output contains the polygonal data that's been clipped away. | |
void | SetLocator (vtkIncrementalPointLocator locator) |
Specify a spatial locator for merging points. By default, an instance of vtkMergePoints is used. | |
virtual void | SetOrientation (uint _arg) |
Tells if clipping happens with a box parallel with coordinate axis (0) or with an hexahedral box (1). Initial value is 1. | |
void | WedgeToTetra (IntPtr wedgeId, IntPtr cellIds, vtkCellArray newCellArray) |
Tells if clipping happens with a box parallel with coordinate axis (0) or with an hexahedral box (1). Initial value is 1. | |
Static Public Member Functions | |
static new vtkBoxClipDataSet | New () |
Constructor of the clipping box. The initial box is (0,1,0,1,0,1). The hexahedral box and the parallel box parameters are set to match this box. | |
static void | InterpolateEdge (vtkDataSetAttributes attributes, int toId, int fromId1, int fromId2, double t) |
Tells if clipping happens with a box parallel with coordinate axis (0) or with an hexahedral box (1). Initial value is 1. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkBoxClipDataSet | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkBoxClipDataSet" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "17vtkBoxClipDataSet" |
Automatically generated type registration mechanics. | |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly. | |
Private Member Functions | |
static internal IntPtr | vtkBoxClipDataSet_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkBoxClipDataSet_CellGrid_01 (HandleRef pThis, int typeobj, int npts, IntPtr cellIds, HandleRef newCellArray) |
static internal void | vtkBoxClipDataSet_ClipBox_02 (HandleRef pThis, HandleRef newPoints, HandleRef cell, HandleRef locator, HandleRef tets, HandleRef inPD, HandleRef outPD, HandleRef inCD, int cellId, HandleRef outCD) |
static internal void | vtkBoxClipDataSet_ClipBox0D_03 (HandleRef pThis, HandleRef cell, HandleRef locator, HandleRef verts, HandleRef inPD, HandleRef outPD, HandleRef inCD, int cellId, HandleRef outCD) |
static internal void | vtkBoxClipDataSet_ClipBox1D_04 (HandleRef pThis, HandleRef newPoints, HandleRef cell, HandleRef locator, HandleRef lines, HandleRef inPD, HandleRef outPD, HandleRef inCD, int cellId, HandleRef outCD) |
static internal void | vtkBoxClipDataSet_ClipBox2D_05 (HandleRef pThis, HandleRef newPoints, HandleRef cell, HandleRef locator, HandleRef tets, HandleRef inPD, HandleRef outPD, HandleRef inCD, int cellId, HandleRef outCD) |
static internal void | vtkBoxClipDataSet_ClipHexahedron_06 (HandleRef pThis, HandleRef newPoints, HandleRef cell, HandleRef locator, HandleRef tets, HandleRef inPD, HandleRef outPD, HandleRef inCD, int cellId, HandleRef outCD) |
static internal void | vtkBoxClipDataSet_ClipHexahedron0D_07 (HandleRef pThis, HandleRef cell, HandleRef locator, HandleRef verts, HandleRef inPD, HandleRef outPD, HandleRef inCD, int cellId, HandleRef outCD) |
static internal void | vtkBoxClipDataSet_ClipHexahedron1D_08 (HandleRef pThis, HandleRef newPoints, HandleRef cell, HandleRef locator, HandleRef lines, HandleRef inPD, HandleRef outPD, HandleRef inCD, int cellId, HandleRef outCD) |
static internal void | vtkBoxClipDataSet_ClipHexahedron2D_09 (HandleRef pThis, HandleRef newPoints, HandleRef cell, HandleRef locator, HandleRef tets, HandleRef inPD, HandleRef outPD, HandleRef inCD, int cellId, HandleRef outCD) |
static internal void | vtkBoxClipDataSet_CreateDefaultLocator_10 (HandleRef pThis) |
static internal void | vtkBoxClipDataSet_CreateTetra_11 (HandleRef pThis, int npts, IntPtr cellIds, HandleRef newCellArray) |
static internal void | vtkBoxClipDataSet_GenerateClipScalarsOff_12 (HandleRef pThis) |
static internal void | vtkBoxClipDataSet_GenerateClipScalarsOn_13 (HandleRef pThis) |
static internal void | vtkBoxClipDataSet_GenerateClippedOutputOff_14 (HandleRef pThis) |
static internal void | vtkBoxClipDataSet_GenerateClippedOutputOn_15 (HandleRef pThis) |
static internal IntPtr | vtkBoxClipDataSet_GetClippedOutput_16 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkBoxClipDataSet_GetGenerateClipScalars_17 (HandleRef pThis) |
static internal int | vtkBoxClipDataSet_GetGenerateClippedOutput_18 (HandleRef pThis) |
static internal IntPtr | vtkBoxClipDataSet_GetLocator_19 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal uint | vtkBoxClipDataSet_GetMTime_20 (HandleRef pThis) |
static internal int | vtkBoxClipDataSet_GetNumberOfOutputs_21 (HandleRef pThis) |
static internal uint | vtkBoxClipDataSet_GetOrientation_22 (HandleRef pThis) |
static internal void | vtkBoxClipDataSet_InterpolateEdge_23 (HandleRef attributes, int toId, int fromId1, int fromId2, double t) |
static internal int | vtkBoxClipDataSet_IsA_24 (HandleRef pThis, string type) |
static internal int | vtkBoxClipDataSet_IsTypeOf_25 (string type) |
static internal void | vtkBoxClipDataSet_MinEdgeF_26 (HandleRef pThis, IntPtr id_v, IntPtr cellIds, IntPtr edgF) |
static internal IntPtr | vtkBoxClipDataSet_NewInstance_28 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkBoxClipDataSet_PyramidToTetra_29 (HandleRef pThis, IntPtr pyramId, IntPtr cellIds, HandleRef newCellArray) |
static internal IntPtr | vtkBoxClipDataSet_SafeDownCast_30 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkBoxClipDataSet_SetBoxClip_31 (HandleRef pThis, double xmin, double xmax, double ymin, double ymax, double zmin, double zmax) |
static internal void | vtkBoxClipDataSet_SetBoxClip_32 (HandleRef pThis, IntPtr n0, IntPtr o0, IntPtr n1, IntPtr o1, IntPtr n2, IntPtr o2, IntPtr n3, IntPtr o3, IntPtr n4, IntPtr o4, IntPtr n5, IntPtr o5) |
static internal void | vtkBoxClipDataSet_SetGenerateClipScalars_33 (HandleRef pThis, int _arg) |
static internal void | vtkBoxClipDataSet_SetGenerateClippedOutput_34 (HandleRef pThis, int _arg) |
static internal void | vtkBoxClipDataSet_SetLocator_35 (HandleRef pThis, HandleRef locator) |
static internal void | vtkBoxClipDataSet_SetOrientation_36 (HandleRef pThis, uint _arg) |
static internal void | vtkBoxClipDataSet_WedgeToTetra_37 (HandleRef pThis, IntPtr wedgeId, IntPtr cellIds, HandleRef newCellArray) |
Static Private Member Functions | |
static | vtkBoxClipDataSet () |
Automatically generated type registration mechanics. |
vtkBoxClipDataSet - clip an unstructured grid
Description Clipping means that is actually 'cuts' through the cells of the dataset, returning tetrahedral cells inside of the box. The output of this filter is an unstructured grid.
This filter can be configured to compute a second output. The second output is the part of the cell that is clipped away. Set the GenerateClippedData boolean on if you wish to access this output data.
The vtkBoxClipDataSet will triangulate all types of 3D cells (i.e, create tetrahedra). This is necessary to preserve compatibility across face neighbors.
To use this filter,you can decide if you will be clipping with a box or a hexahedral box. 1) Set orientation if(SetOrientation(0)): box (parallel with coordinate axis) SetBoxClip(xmin,xmax,ymin,ymax,zmin,zmax) if(SetOrientation(1)): hexahedral box (Default) SetBoxClip(n[0],o[0],n[1],o[1],n[2],o[2],n[3],o[3],n[4],o[4],n[5],o[5]) PlaneNormal[] normal of each plane PlanePoint[] point on the plane 2) Apply the GenerateClipScalarsOn() 3) Execute clipping Update();
static Kitware.VTK.vtkBoxClipDataSet.vtkBoxClipDataSet | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkBoxClipDataSet.vtkBoxClipDataSet | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Constructor of the clipping box. The initial box is (0,1,0,1,0,1). The hexahedral box and the parallel box parameters are set to match this box.
void Kitware.VTK.vtkBoxClipDataSet.CellGrid | ( | int | typeobj, |
int | npts, | ||
IntPtr | cellIds, | ||
vtkCellArray | newCellArray | ||
) |
Tells if clipping happens with a box parallel with coordinate axis (0) or with an hexahedral box (1). Initial value is 1.
void Kitware.VTK.vtkBoxClipDataSet.ClipBox | ( | vtkPoints | newPoints, |
vtkGenericCell | cell, | ||
vtkIncrementalPointLocator | locator, | ||
vtkCellArray | tets, | ||
vtkPointData | inPD, | ||
vtkPointData | outPD, | ||
vtkCellData | inCD, | ||
int | cellId, | ||
vtkCellData | outCD | ||
) |
Tells if clipping happens with a box parallel with coordinate axis (0) or with an hexahedral box (1). Initial value is 1.
void Kitware.VTK.vtkBoxClipDataSet.ClipBox0D | ( | vtkGenericCell | cell, |
vtkIncrementalPointLocator | locator, | ||
vtkCellArray | verts, | ||
vtkPointData | inPD, | ||
vtkPointData | outPD, | ||
vtkCellData | inCD, | ||
int | cellId, | ||
vtkCellData | outCD | ||
) |
Tells if clipping happens with a box parallel with coordinate axis (0) or with an hexahedral box (1). Initial value is 1.
void Kitware.VTK.vtkBoxClipDataSet.ClipBox1D | ( | vtkPoints | newPoints, |
vtkGenericCell | cell, | ||
vtkIncrementalPointLocator | locator, | ||
vtkCellArray | lines, | ||
vtkPointData | inPD, | ||
vtkPointData | outPD, | ||
vtkCellData | inCD, | ||
int | cellId, | ||
vtkCellData | outCD | ||
) |
Tells if clipping happens with a box parallel with coordinate axis (0) or with an hexahedral box (1). Initial value is 1.
void Kitware.VTK.vtkBoxClipDataSet.ClipBox2D | ( | vtkPoints | newPoints, |
vtkGenericCell | cell, | ||
vtkIncrementalPointLocator | locator, | ||
vtkCellArray | tets, | ||
vtkPointData | inPD, | ||
vtkPointData | outPD, | ||
vtkCellData | inCD, | ||
int | cellId, | ||
vtkCellData | outCD | ||
) |
Tells if clipping happens with a box parallel with coordinate axis (0) or with an hexahedral box (1). Initial value is 1.
void Kitware.VTK.vtkBoxClipDataSet.ClipHexahedron | ( | vtkPoints | newPoints, |
vtkGenericCell | cell, | ||
vtkIncrementalPointLocator | locator, | ||
vtkCellArray | tets, | ||
vtkPointData | inPD, | ||
vtkPointData | outPD, | ||
vtkCellData | inCD, | ||
int | cellId, | ||
vtkCellData | outCD | ||
) |
Tells if clipping happens with a box parallel with coordinate axis (0) or with an hexahedral box (1). Initial value is 1.
void Kitware.VTK.vtkBoxClipDataSet.ClipHexahedron0D | ( | vtkGenericCell | cell, |
vtkIncrementalPointLocator | locator, | ||
vtkCellArray | verts, | ||
vtkPointData | inPD, | ||
vtkPointData | outPD, | ||
vtkCellData | inCD, | ||
int | cellId, | ||
vtkCellData | outCD | ||
) |
Tells if clipping happens with a box parallel with coordinate axis (0) or with an hexahedral box (1). Initial value is 1.
void Kitware.VTK.vtkBoxClipDataSet.ClipHexahedron1D | ( | vtkPoints | newPoints, |
vtkGenericCell | cell, | ||
vtkIncrementalPointLocator | locator, | ||
vtkCellArray | lines, | ||
vtkPointData | inPD, | ||
vtkPointData | outPD, | ||
vtkCellData | inCD, | ||
int | cellId, | ||
vtkCellData | outCD | ||
) |
Tells if clipping happens with a box parallel with coordinate axis (0) or with an hexahedral box (1). Initial value is 1.
void Kitware.VTK.vtkBoxClipDataSet.ClipHexahedron2D | ( | vtkPoints | newPoints, |
vtkGenericCell | cell, | ||
vtkIncrementalPointLocator | locator, | ||
vtkCellArray | tets, | ||
vtkPointData | inPD, | ||
vtkPointData | outPD, | ||
vtkCellData | inCD, | ||
int | cellId, | ||
vtkCellData | outCD | ||
) |
Tells if clipping happens with a box parallel with coordinate axis (0) or with an hexahedral box (1). Initial value is 1.
Create default locator. Used to create one when none is specified. The locator is used to merge coincident points.
void Kitware.VTK.vtkBoxClipDataSet.CreateTetra | ( | int | npts, |
IntPtr | cellIds, | ||
vtkCellArray | newCellArray | ||
) |
Tells if clipping happens with a box parallel with coordinate axis (0) or with an hexahedral box (1). Initial value is 1.
override void Kitware.VTK.vtkBoxClipDataSet.Dispose | ( | bool | disposing | ) | [protected] |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
virtual void Kitware.VTK.vtkBoxClipDataSet.GenerateClippedOutputOff | ( | ) | [virtual] |
Control whether a second output is generated. The second output contains the polygonal data that's been clipped away.
virtual void Kitware.VTK.vtkBoxClipDataSet.GenerateClippedOutputOn | ( | ) | [virtual] |
Control whether a second output is generated. The second output contains the polygonal data that's been clipped away.
virtual void Kitware.VTK.vtkBoxClipDataSet.GenerateClipScalarsOff | ( | ) | [virtual] |
If this flag is enabled, then the output scalar values will be interpolated, and not the input scalar data.
virtual void Kitware.VTK.vtkBoxClipDataSet.GenerateClipScalarsOn | ( | ) | [virtual] |
If this flag is enabled, then the output scalar values will be interpolated, and not the input scalar data.
Return the Clipped output.
virtual int Kitware.VTK.vtkBoxClipDataSet.GetGenerateClippedOutput | ( | ) | [virtual] |
Control whether a second output is generated. The second output contains the polygonal data that's been clipped away.
virtual int Kitware.VTK.vtkBoxClipDataSet.GetGenerateClipScalars | ( | ) | [virtual] |
If this flag is enabled, then the output scalar values will be interpolated, and not the input scalar data.
virtual vtkIncrementalPointLocator Kitware.VTK.vtkBoxClipDataSet.GetLocator | ( | ) | [virtual] |
Specify a spatial locator for merging points. By default, an instance of vtkMergePoints is used.
override uint Kitware.VTK.vtkBoxClipDataSet.GetMTime | ( | ) | [virtual] |
Return the mtime also considering the locator.
Reimplemented from Kitware.VTK.vtkObject.
virtual int Kitware.VTK.vtkBoxClipDataSet.GetNumberOfOutputs | ( | ) | [virtual] |
Return the Clipped output.
virtual uint Kitware.VTK.vtkBoxClipDataSet.GetOrientation | ( | ) | [virtual] |
Tells if clipping happens with a box parallel with coordinate axis (0) or with an hexahedral box (1). Initial value is 1.
static void Kitware.VTK.vtkBoxClipDataSet.InterpolateEdge | ( | vtkDataSetAttributes | attributes, |
int | toId, | ||
int | fromId1, | ||
int | fromId2, | ||
double | t | ||
) | [static] |
Tells if clipping happens with a box parallel with coordinate axis (0) or with an hexahedral box (1). Initial value is 1.
override int Kitware.VTK.vtkBoxClipDataSet.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
static new int Kitware.VTK.vtkBoxClipDataSet.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
void Kitware.VTK.vtkBoxClipDataSet.MinEdgeF | ( | IntPtr | id_v, |
IntPtr | cellIds, | ||
IntPtr | edgF | ||
) |
Tells if clipping happens with a box parallel with coordinate axis (0) or with an hexahedral box (1). Initial value is 1.
static new vtkBoxClipDataSet Kitware.VTK.vtkBoxClipDataSet.New | ( | ) | [static] |
Constructor of the clipping box. The initial box is (0,1,0,1,0,1). The hexahedral box and the parallel box parameters are set to match this box.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
void Kitware.VTK.vtkBoxClipDataSet.PyramidToTetra | ( | IntPtr | pyramId, |
IntPtr | cellIds, | ||
vtkCellArray | newCellArray | ||
) |
Tells if clipping happens with a box parallel with coordinate axis (0) or with an hexahedral box (1). Initial value is 1.
static new vtkBoxClipDataSet Kitware.VTK.vtkBoxClipDataSet.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
void Kitware.VTK.vtkBoxClipDataSet.SetBoxClip | ( | double | xmin, |
double | xmax, | ||
double | ymin, | ||
double | ymax, | ||
double | zmin, | ||
double | zmax | ||
) |
Description Specify the Box with which to perform the clipping. If the box is not parallel to axis, you need to especify normal vector of each plane and a point on the plane.
void Kitware.VTK.vtkBoxClipDataSet.SetBoxClip | ( | IntPtr | n0, |
IntPtr | o0, | ||
IntPtr | n1, | ||
IntPtr | o1, | ||
IntPtr | n2, | ||
IntPtr | o2, | ||
IntPtr | n3, | ||
IntPtr | o3, | ||
IntPtr | n4, | ||
IntPtr | o4, | ||
IntPtr | n5, | ||
IntPtr | o5 | ||
) |
Description Specify the Box with which to perform the clipping. If the box is not parallel to axis, you need to especify normal vector of each plane and a point on the plane.
virtual void Kitware.VTK.vtkBoxClipDataSet.SetGenerateClippedOutput | ( | int | _arg | ) | [virtual] |
Control whether a second output is generated. The second output contains the polygonal data that's been clipped away.
virtual void Kitware.VTK.vtkBoxClipDataSet.SetGenerateClipScalars | ( | int | _arg | ) | [virtual] |
If this flag is enabled, then the output scalar values will be interpolated, and not the input scalar data.
void Kitware.VTK.vtkBoxClipDataSet.SetLocator | ( | vtkIncrementalPointLocator | locator | ) |
Specify a spatial locator for merging points. By default, an instance of vtkMergePoints is used.
virtual void Kitware.VTK.vtkBoxClipDataSet.SetOrientation | ( | uint | _arg | ) | [virtual] |
Tells if clipping happens with a box parallel with coordinate axis (0) or with an hexahedral box (1). Initial value is 1.
static internal void Kitware.VTK.vtkBoxClipDataSet.vtkBoxClipDataSet_CellGrid_01 | ( | HandleRef | pThis, |
int | typeobj, | ||
int | npts, | ||
IntPtr | cellIds, | ||
HandleRef | newCellArray | ||
) | [private] |
static internal void Kitware.VTK.vtkBoxClipDataSet.vtkBoxClipDataSet_ClipBox0D_03 | ( | HandleRef | pThis, |
HandleRef | cell, | ||
HandleRef | locator, | ||
HandleRef | verts, | ||
HandleRef | inPD, | ||
HandleRef | outPD, | ||
HandleRef | inCD, | ||
int | cellId, | ||
HandleRef | outCD | ||
) | [private] |
static internal void Kitware.VTK.vtkBoxClipDataSet.vtkBoxClipDataSet_ClipBox1D_04 | ( | HandleRef | pThis, |
HandleRef | newPoints, | ||
HandleRef | cell, | ||
HandleRef | locator, | ||
HandleRef | lines, | ||
HandleRef | inPD, | ||
HandleRef | outPD, | ||
HandleRef | inCD, | ||
int | cellId, | ||
HandleRef | outCD | ||
) | [private] |
static internal void Kitware.VTK.vtkBoxClipDataSet.vtkBoxClipDataSet_ClipBox2D_05 | ( | HandleRef | pThis, |
HandleRef | newPoints, | ||
HandleRef | cell, | ||
HandleRef | locator, | ||
HandleRef | tets, | ||
HandleRef | inPD, | ||
HandleRef | outPD, | ||
HandleRef | inCD, | ||
int | cellId, | ||
HandleRef | outCD | ||
) | [private] |
static internal void Kitware.VTK.vtkBoxClipDataSet.vtkBoxClipDataSet_ClipBox_02 | ( | HandleRef | pThis, |
HandleRef | newPoints, | ||
HandleRef | cell, | ||
HandleRef | locator, | ||
HandleRef | tets, | ||
HandleRef | inPD, | ||
HandleRef | outPD, | ||
HandleRef | inCD, | ||
int | cellId, | ||
HandleRef | outCD | ||
) | [private] |
static internal void Kitware.VTK.vtkBoxClipDataSet.vtkBoxClipDataSet_ClipHexahedron0D_07 | ( | HandleRef | pThis, |
HandleRef | cell, | ||
HandleRef | locator, | ||
HandleRef | verts, | ||
HandleRef | inPD, | ||
HandleRef | outPD, | ||
HandleRef | inCD, | ||
int | cellId, | ||
HandleRef | outCD | ||
) | [private] |
static internal void Kitware.VTK.vtkBoxClipDataSet.vtkBoxClipDataSet_ClipHexahedron1D_08 | ( | HandleRef | pThis, |
HandleRef | newPoints, | ||
HandleRef | cell, | ||
HandleRef | locator, | ||
HandleRef | lines, | ||
HandleRef | inPD, | ||
HandleRef | outPD, | ||
HandleRef | inCD, | ||
int | cellId, | ||
HandleRef | outCD | ||
) | [private] |
static internal void Kitware.VTK.vtkBoxClipDataSet.vtkBoxClipDataSet_ClipHexahedron2D_09 | ( | HandleRef | pThis, |
HandleRef | newPoints, | ||
HandleRef | cell, | ||
HandleRef | locator, | ||
HandleRef | tets, | ||
HandleRef | inPD, | ||
HandleRef | outPD, | ||
HandleRef | inCD, | ||
int | cellId, | ||
HandleRef | outCD | ||
) | [private] |
static internal void Kitware.VTK.vtkBoxClipDataSet.vtkBoxClipDataSet_ClipHexahedron_06 | ( | HandleRef | pThis, |
HandleRef | newPoints, | ||
HandleRef | cell, | ||
HandleRef | locator, | ||
HandleRef | tets, | ||
HandleRef | inPD, | ||
HandleRef | outPD, | ||
HandleRef | inCD, | ||
int | cellId, | ||
HandleRef | outCD | ||
) | [private] |
static internal void Kitware.VTK.vtkBoxClipDataSet.vtkBoxClipDataSet_CreateDefaultLocator_10 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkBoxClipDataSet.vtkBoxClipDataSet_CreateTetra_11 | ( | HandleRef | pThis, |
int | npts, | ||
IntPtr | cellIds, | ||
HandleRef | newCellArray | ||
) | [private] |
static internal void Kitware.VTK.vtkBoxClipDataSet.vtkBoxClipDataSet_GenerateClippedOutputOff_14 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkBoxClipDataSet.vtkBoxClipDataSet_GenerateClippedOutputOn_15 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkBoxClipDataSet.vtkBoxClipDataSet_GenerateClipScalarsOff_12 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkBoxClipDataSet.vtkBoxClipDataSet_GenerateClipScalarsOn_13 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkBoxClipDataSet.vtkBoxClipDataSet_GetClippedOutput_16 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkBoxClipDataSet.vtkBoxClipDataSet_GetGenerateClippedOutput_18 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkBoxClipDataSet.vtkBoxClipDataSet_GetGenerateClipScalars_17 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkBoxClipDataSet.vtkBoxClipDataSet_GetLocator_19 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal uint Kitware.VTK.vtkBoxClipDataSet.vtkBoxClipDataSet_GetMTime_20 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkBoxClipDataSet.vtkBoxClipDataSet_GetNumberOfOutputs_21 | ( | HandleRef | pThis | ) | [private] |
static internal uint Kitware.VTK.vtkBoxClipDataSet.vtkBoxClipDataSet_GetOrientation_22 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkBoxClipDataSet.vtkBoxClipDataSet_InterpolateEdge_23 | ( | HandleRef | attributes, |
int | toId, | ||
int | fromId1, | ||
int | fromId2, | ||
double | t | ||
) | [private] |
static internal int Kitware.VTK.vtkBoxClipDataSet.vtkBoxClipDataSet_IsA_24 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkBoxClipDataSet.vtkBoxClipDataSet_IsTypeOf_25 | ( | string | type | ) | [private] |
static internal void Kitware.VTK.vtkBoxClipDataSet.vtkBoxClipDataSet_MinEdgeF_26 | ( | HandleRef | pThis, |
IntPtr | id_v, | ||
IntPtr | cellIds, | ||
IntPtr | edgF | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkBoxClipDataSet.vtkBoxClipDataSet_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkBoxClipDataSet.vtkBoxClipDataSet_NewInstance_28 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkBoxClipDataSet.vtkBoxClipDataSet_PyramidToTetra_29 | ( | HandleRef | pThis, |
IntPtr | pyramId, | ||
IntPtr | cellIds, | ||
HandleRef | newCellArray | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkBoxClipDataSet.vtkBoxClipDataSet_SafeDownCast_30 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkBoxClipDataSet.vtkBoxClipDataSet_SetBoxClip_31 | ( | HandleRef | pThis, |
double | xmin, | ||
double | xmax, | ||
double | ymin, | ||
double | ymax, | ||
double | zmin, | ||
double | zmax | ||
) | [private] |
static internal void Kitware.VTK.vtkBoxClipDataSet.vtkBoxClipDataSet_SetBoxClip_32 | ( | HandleRef | pThis, |
IntPtr | n0, | ||
IntPtr | o0, | ||
IntPtr | n1, | ||
IntPtr | o1, | ||
IntPtr | n2, | ||
IntPtr | o2, | ||
IntPtr | n3, | ||
IntPtr | o3, | ||
IntPtr | n4, | ||
IntPtr | o4, | ||
IntPtr | n5, | ||
IntPtr | o5 | ||
) | [private] |
static internal void Kitware.VTK.vtkBoxClipDataSet.vtkBoxClipDataSet_SetGenerateClippedOutput_34 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkBoxClipDataSet.vtkBoxClipDataSet_SetGenerateClipScalars_33 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkBoxClipDataSet.vtkBoxClipDataSet_SetLocator_35 | ( | HandleRef | pThis, |
HandleRef | locator | ||
) | [private] |
static internal void Kitware.VTK.vtkBoxClipDataSet.vtkBoxClipDataSet_SetOrientation_36 | ( | HandleRef | pThis, |
uint | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkBoxClipDataSet.vtkBoxClipDataSet_WedgeToTetra_37 | ( | HandleRef | pThis, |
IntPtr | wedgeId, | ||
IntPtr | cellIds, | ||
HandleRef | newCellArray | ||
) | [private] |
void Kitware.VTK.vtkBoxClipDataSet.WedgeToTetra | ( | IntPtr | wedgeId, |
IntPtr | cellIds, | ||
vtkCellArray | newCellArray | ||
) |
Tells if clipping happens with a box parallel with coordinate axis (0) or with an hexahedral box (1). Initial value is 1.
new readonly string Kitware.VTK.vtkBoxClipDataSet.MRClassNameKey = "17vtkBoxClipDataSet" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
new const string Kitware.VTK.vtkBoxClipDataSet.MRFullTypeName = "Kitware.VTK.vtkBoxClipDataSet" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.