ActiViz .NET
5.8.0
|
vtkSpatialRepresentationFilter - generate polygonal model of spatial search object (i.e., a vtkLocator) More...
Public Member Functions | |
vtkSpatialRepresentationFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkSpatialRepresentationFilter () | |
Undocumented Block. | |
vtkDataSet | GetInput () |
Set / get the input data or filter. | |
virtual int | GetLevel () |
Get the maximum number of outputs actually available. | |
new vtkPolyData | GetOutput (int level) |
A special form of the GetOutput() method that returns multiple outputs. | |
new vtkPolyData | GetOutput () |
Output of terminal nodes/leaves. | |
virtual vtkLocator | GetSpatialRepresentation () |
Set/Get the locator that will be used to generate the representation. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkSpatialRepresentationFilter | NewInstance () |
Undocumented Block. | |
void | ResetOutput () |
Reset requested output levels. | |
virtual void | SetInput (vtkDataSet input) |
Set / get the input data or filter. | |
virtual void | SetSpatialRepresentation (vtkLocator arg0) |
Set/Get the locator that will be used to generate the representation. | |
Static Public Member Functions | |
static new vtkSpatialRepresentationFilter | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkSpatialRepresentationFilter | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkSpatialRepresentationFilter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "30vtkSpatialRepresentationFilter" |
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 | vtkSpatialRepresentationFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSpatialRepresentationFilter_GetInput_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkSpatialRepresentationFilter_GetLevel_02 (HandleRef pThis) |
static internal IntPtr | vtkSpatialRepresentationFilter_GetOutput_03 (HandleRef pThis, int level, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSpatialRepresentationFilter_GetOutput_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSpatialRepresentationFilter_GetSpatialRepresentation_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkSpatialRepresentationFilter_IsA_06 (HandleRef pThis, string type) |
static internal int | vtkSpatialRepresentationFilter_IsTypeOf_07 (string type) |
static internal IntPtr | vtkSpatialRepresentationFilter_NewInstance_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkSpatialRepresentationFilter_ResetOutput_10 (HandleRef pThis) |
static internal IntPtr | vtkSpatialRepresentationFilter_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkSpatialRepresentationFilter_SetInput_12 (HandleRef pThis, HandleRef input) |
static internal void | vtkSpatialRepresentationFilter_SetSpatialRepresentation_13 (HandleRef pThis, HandleRef arg0) |
Static Private Member Functions | |
static | vtkSpatialRepresentationFilter () |
Automatically generated type registration mechanics. |
vtkSpatialRepresentationFilter - generate polygonal model of spatial search object (i.e., a vtkLocator)
Description vtkSpatialRepresentationFilter generates an polygonal representation of a spatial search (vtkLocator) object. The representation varies depending upon the nature of the spatial search object. For example, the representation for vtkOBBTree is a collection of oriented bounding boxes. Ths input to this filter is a dataset of any type, and the output is polygonal data. You must also specify the spatial search object to use.
Generally spatial search objects are used for collision detection and other geometric operations, but in this filter one or more levels of spatial searchers can be generated to form a geometric approximation to the input data. This is a form of data simplification, generally used to accelerate the rendering process. Or, this filter can be used as a debugging/ visualization aid for spatial search objects.
This filter can generate one or more output vtkPolyData corresponding to different levels in the spatial search tree. The output data is retrieved using the GetOutput(id) method, where id ranges from 0 (root level) to Level. Note that the output for level "id" is not computed unless a GetOutput(id) method is issued. Thus, if you desire three levels of output (say 2,4,7), you would have to invoke GetOutput(2), GetOutput(4), and GetOutput(7). (Also note that the Level ivar is computed automatically depending on the size and nature of the input data.) There is also another GetOutput() method that takes no parameters. This method returns the leafs of the spatial search tree, which may be at different levels.
static Kitware.VTK.vtkSpatialRepresentationFilter.vtkSpatialRepresentationFilter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkSpatialRepresentationFilter.vtkSpatialRepresentationFilter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkSpatialRepresentationFilter.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.vtkPolyDataSource.
Set / get the input data or filter.
virtual int Kitware.VTK.vtkSpatialRepresentationFilter.GetLevel | ( | ) | [virtual] |
Get the maximum number of outputs actually available.
new vtkPolyData Kitware.VTK.vtkSpatialRepresentationFilter.GetOutput | ( | int | level | ) |
A special form of the GetOutput() method that returns multiple outputs.
Reimplemented from Kitware.VTK.vtkPolyDataSource.
Output of terminal nodes/leaves.
Reimplemented from Kitware.VTK.vtkPolyDataSource.
virtual vtkLocator Kitware.VTK.vtkSpatialRepresentationFilter.GetSpatialRepresentation | ( | ) | [virtual] |
Set/Get the locator that will be used to generate the representation.
override int Kitware.VTK.vtkSpatialRepresentationFilter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataSource.
static new int Kitware.VTK.vtkSpatialRepresentationFilter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataSource.
static new vtkSpatialRepresentationFilter Kitware.VTK.vtkSpatialRepresentationFilter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataSource.
Reset requested output levels.
static new vtkSpatialRepresentationFilter Kitware.VTK.vtkSpatialRepresentationFilter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataSource.
virtual void Kitware.VTK.vtkSpatialRepresentationFilter.SetInput | ( | vtkDataSet | input | ) | [virtual] |
Set / get the input data or filter.
virtual void Kitware.VTK.vtkSpatialRepresentationFilter.SetSpatialRepresentation | ( | vtkLocator | arg0 | ) | [virtual] |
Set/Get the locator that will be used to generate the representation.
static internal IntPtr Kitware.VTK.vtkSpatialRepresentationFilter.vtkSpatialRepresentationFilter_GetInput_01 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkSpatialRepresentationFilter.vtkSpatialRepresentationFilter_GetLevel_02 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkSpatialRepresentationFilter.vtkSpatialRepresentationFilter_GetOutput_03 | ( | HandleRef | pThis, |
int | level, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSpatialRepresentationFilter.vtkSpatialRepresentationFilter_GetOutput_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSpatialRepresentationFilter.vtkSpatialRepresentationFilter_GetSpatialRepresentation_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkSpatialRepresentationFilter.vtkSpatialRepresentationFilter_IsA_06 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkSpatialRepresentationFilter.vtkSpatialRepresentationFilter_IsTypeOf_07 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkSpatialRepresentationFilter.vtkSpatialRepresentationFilter_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSpatialRepresentationFilter.vtkSpatialRepresentationFilter_NewInstance_09 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkSpatialRepresentationFilter.vtkSpatialRepresentationFilter_ResetOutput_10 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkSpatialRepresentationFilter.vtkSpatialRepresentationFilter_SafeDownCast_11 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkSpatialRepresentationFilter.vtkSpatialRepresentationFilter_SetInput_12 | ( | HandleRef | pThis, |
HandleRef | input | ||
) | [private] |
static internal void Kitware.VTK.vtkSpatialRepresentationFilter.vtkSpatialRepresentationFilter_SetSpatialRepresentation_13 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
new readonly string Kitware.VTK.vtkSpatialRepresentationFilter.MRClassNameKey = "30vtkSpatialRepresentationFilter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataSource.
new const string Kitware.VTK.vtkSpatialRepresentationFilter.MRFullTypeName = "Kitware.VTK.vtkSpatialRepresentationFilter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataSource.