|
ActiViz .NET
5.8.0
|
vtkLassoStencilSource - Create a stencil from a contour More...
Public Types | |
| enum | POLYGON_WrapperEnum { POLYGON = 0, SPLINE = 1 } |
| Undocumented Block. More... | |
Public Member Functions | |
| vtkLassoStencilSource (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkLassoStencilSource () | |
| Undocumented Block. | |
| override uint | GetMTime () |
| Overload GetMTime() to include the timestamp on the points. | |
| virtual vtkPoints | GetPoints () |
| The points that make up the lassoo. The loop does not have to be closed, the last point will automatically be connected to the first point by a straight line segment. | |
| virtual int | GetShape () |
| The shape to use, default is "Polygon". The spline is a cardinal spline. Bezier splines are not yet supported. | |
| virtual string | GetShapeAsString () |
| The shape to use, default is "Polygon". The spline is a cardinal spline. Bezier splines are not yet supported. | |
| virtual int | GetShapeMaxValue () |
| The shape to use, default is "Polygon". The spline is a cardinal spline. Bezier splines are not yet supported. | |
| virtual int | GetShapeMinValue () |
| The shape to use, default is "Polygon". The spline is a cardinal spline. Bezier splines are not yet supported. | |
| virtual int | GetSliceOrientation () |
| The slice orientation. The default is 2, which is XY. Other values are 0, which is YZ, and 1, which is XZ. | |
| virtual int | GetSliceOrientationMaxValue () |
| The slice orientation. The default is 2, which is XY. Other values are 0, which is YZ, and 1, which is XZ. | |
| virtual int | GetSliceOrientationMinValue () |
| The slice orientation. The default is 2, which is XY. Other values are 0, which is YZ, and 1, which is XZ. | |
| virtual vtkPoints | GetSlicePoints (int i) |
| The points for a particular slice. This will override the points that were set by calling SetPoints() for the slice. To clear the setting, call SetSlicePoints(slice, NULL). | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkLassoStencilSource | NewInstance () |
| Undocumented Block. | |
| virtual void | RemoveAllSlicePoints () |
| Remove points from all slices. | |
| virtual void | SetPoints (vtkPoints points) |
| The points that make up the lassoo. The loop does not have to be closed, the last point will automatically be connected to the first point by a straight line segment. | |
| virtual void | SetShape (int _arg) |
| The shape to use, default is "Polygon". The spline is a cardinal spline. Bezier splines are not yet supported. | |
| void | SetShapeToPolygon () |
| The shape to use, default is "Polygon". The spline is a cardinal spline. Bezier splines are not yet supported. | |
| void | SetShapeToSpline () |
| The shape to use, default is "Polygon". The spline is a cardinal spline. Bezier splines are not yet supported. | |
| virtual void | SetSliceOrientation (int _arg) |
| The slice orientation. The default is 2, which is XY. Other values are 0, which is YZ, and 1, which is XZ. | |
| virtual void | SetSlicePoints (int i, vtkPoints points) |
| The points for a particular slice. This will override the points that were set by calling SetPoints() for the slice. To clear the setting, call SetSlicePoints(slice, NULL). | |
Static Public Member Functions | |
| static new vtkLassoStencilSource | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkLassoStencilSource | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkLassoStencilSource" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "21vtkLassoStencilSource" |
| 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 | vtkLassoStencilSource_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal uint | vtkLassoStencilSource_GetMTime_01 (HandleRef pThis) |
| static internal IntPtr | vtkLassoStencilSource_GetPoints_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkLassoStencilSource_GetShape_03 (HandleRef pThis) |
| static internal IntPtr | vtkLassoStencilSource_GetShapeAsString_04 (HandleRef pThis) |
| static internal int | vtkLassoStencilSource_GetShapeMaxValue_05 (HandleRef pThis) |
| static internal int | vtkLassoStencilSource_GetShapeMinValue_06 (HandleRef pThis) |
| static internal int | vtkLassoStencilSource_GetSliceOrientation_07 (HandleRef pThis) |
| static internal int | vtkLassoStencilSource_GetSliceOrientationMaxValue_08 (HandleRef pThis) |
| static internal int | vtkLassoStencilSource_GetSliceOrientationMinValue_09 (HandleRef pThis) |
| static internal IntPtr | vtkLassoStencilSource_GetSlicePoints_10 (HandleRef pThis, int i, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkLassoStencilSource_IsA_11 (HandleRef pThis, string type) |
| static internal int | vtkLassoStencilSource_IsTypeOf_12 (string type) |
| static internal IntPtr | vtkLassoStencilSource_NewInstance_14 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkLassoStencilSource_RemoveAllSlicePoints_15 (HandleRef pThis) |
| static internal IntPtr | vtkLassoStencilSource_SafeDownCast_16 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkLassoStencilSource_SetPoints_17 (HandleRef pThis, HandleRef points) |
| static internal void | vtkLassoStencilSource_SetShape_18 (HandleRef pThis, int _arg) |
| static internal void | vtkLassoStencilSource_SetShapeToPolygon_19 (HandleRef pThis) |
| static internal void | vtkLassoStencilSource_SetShapeToSpline_20 (HandleRef pThis) |
| static internal void | vtkLassoStencilSource_SetSliceOrientation_21 (HandleRef pThis, int _arg) |
| static internal void | vtkLassoStencilSource_SetSlicePoints_22 (HandleRef pThis, int i, HandleRef points) |
Static Private Member Functions | |
| static | vtkLassoStencilSource () |
| Automatically generated type registration mechanics. | |
vtkLassoStencilSource - Create a stencil from a contour
Description vtkLassoStencilSource will create an image stencil from a set of points that define a contour. Its output can be used with vtkImageStecil or other vtk classes that apply a stencil to an image. Thanks Thanks to David Gobbi for contributing this class to VTK.
| static Kitware.VTK.vtkLassoStencilSource.vtkLassoStencilSource | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkLassoStencilSource.vtkLassoStencilSource | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkLassoStencilSource.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.vtkImageStencilSource.
| override uint Kitware.VTK.vtkLassoStencilSource.GetMTime | ( | ) | [virtual] |
Overload GetMTime() to include the timestamp on the points.
Reimplemented from Kitware.VTK.vtkObject.
| virtual vtkPoints Kitware.VTK.vtkLassoStencilSource.GetPoints | ( | ) | [virtual] |
The points that make up the lassoo. The loop does not have to be closed, the last point will automatically be connected to the first point by a straight line segment.
| virtual int Kitware.VTK.vtkLassoStencilSource.GetShape | ( | ) | [virtual] |
The shape to use, default is "Polygon". The spline is a cardinal spline. Bezier splines are not yet supported.
| virtual string Kitware.VTK.vtkLassoStencilSource.GetShapeAsString | ( | ) | [virtual] |
The shape to use, default is "Polygon". The spline is a cardinal spline. Bezier splines are not yet supported.
| virtual int Kitware.VTK.vtkLassoStencilSource.GetShapeMaxValue | ( | ) | [virtual] |
The shape to use, default is "Polygon". The spline is a cardinal spline. Bezier splines are not yet supported.
| virtual int Kitware.VTK.vtkLassoStencilSource.GetShapeMinValue | ( | ) | [virtual] |
The shape to use, default is "Polygon". The spline is a cardinal spline. Bezier splines are not yet supported.
| virtual int Kitware.VTK.vtkLassoStencilSource.GetSliceOrientation | ( | ) | [virtual] |
The slice orientation. The default is 2, which is XY. Other values are 0, which is YZ, and 1, which is XZ.
| virtual int Kitware.VTK.vtkLassoStencilSource.GetSliceOrientationMaxValue | ( | ) | [virtual] |
The slice orientation. The default is 2, which is XY. Other values are 0, which is YZ, and 1, which is XZ.
| virtual int Kitware.VTK.vtkLassoStencilSource.GetSliceOrientationMinValue | ( | ) | [virtual] |
The slice orientation. The default is 2, which is XY. Other values are 0, which is YZ, and 1, which is XZ.
| virtual vtkPoints Kitware.VTK.vtkLassoStencilSource.GetSlicePoints | ( | int | i | ) | [virtual] |
The points for a particular slice. This will override the points that were set by calling SetPoints() for the slice. To clear the setting, call SetSlicePoints(slice, NULL).
| override int Kitware.VTK.vtkLassoStencilSource.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageStencilSource.
| static new int Kitware.VTK.vtkLassoStencilSource.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageStencilSource.
| static new vtkLassoStencilSource Kitware.VTK.vtkLassoStencilSource.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageStencilSource.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageStencilSource.
| virtual void Kitware.VTK.vtkLassoStencilSource.RemoveAllSlicePoints | ( | ) | [virtual] |
Remove points from all slices.
| static new vtkLassoStencilSource Kitware.VTK.vtkLassoStencilSource.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageStencilSource.
| virtual void Kitware.VTK.vtkLassoStencilSource.SetPoints | ( | vtkPoints | points | ) | [virtual] |
The points that make up the lassoo. The loop does not have to be closed, the last point will automatically be connected to the first point by a straight line segment.
| virtual void Kitware.VTK.vtkLassoStencilSource.SetShape | ( | int | _arg | ) | [virtual] |
The shape to use, default is "Polygon". The spline is a cardinal spline. Bezier splines are not yet supported.
The shape to use, default is "Polygon". The spline is a cardinal spline. Bezier splines are not yet supported.
The shape to use, default is "Polygon". The spline is a cardinal spline. Bezier splines are not yet supported.
| virtual void Kitware.VTK.vtkLassoStencilSource.SetSliceOrientation | ( | int | _arg | ) | [virtual] |
The slice orientation. The default is 2, which is XY. Other values are 0, which is YZ, and 1, which is XZ.
| virtual void Kitware.VTK.vtkLassoStencilSource.SetSlicePoints | ( | int | i, |
| vtkPoints | points | ||
| ) | [virtual] |
The points for a particular slice. This will override the points that were set by calling SetPoints() for the slice. To clear the setting, call SetSlicePoints(slice, NULL).
| static internal uint Kitware.VTK.vtkLassoStencilSource.vtkLassoStencilSource_GetMTime_01 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkLassoStencilSource.vtkLassoStencilSource_GetPoints_02 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkLassoStencilSource.vtkLassoStencilSource_GetShape_03 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkLassoStencilSource.vtkLassoStencilSource_GetShapeAsString_04 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkLassoStencilSource.vtkLassoStencilSource_GetShapeMaxValue_05 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkLassoStencilSource.vtkLassoStencilSource_GetShapeMinValue_06 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkLassoStencilSource.vtkLassoStencilSource_GetSliceOrientation_07 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkLassoStencilSource.vtkLassoStencilSource_GetSliceOrientationMaxValue_08 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkLassoStencilSource.vtkLassoStencilSource_GetSliceOrientationMinValue_09 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkLassoStencilSource.vtkLassoStencilSource_GetSlicePoints_10 | ( | HandleRef | pThis, |
| int | i, | ||
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkLassoStencilSource.vtkLassoStencilSource_IsA_11 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkLassoStencilSource.vtkLassoStencilSource_IsTypeOf_12 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkLassoStencilSource.vtkLassoStencilSource_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkLassoStencilSource.vtkLassoStencilSource_NewInstance_14 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkLassoStencilSource.vtkLassoStencilSource_RemoveAllSlicePoints_15 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkLassoStencilSource.vtkLassoStencilSource_SafeDownCast_16 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkLassoStencilSource.vtkLassoStencilSource_SetPoints_17 | ( | HandleRef | pThis, |
| HandleRef | points | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkLassoStencilSource.vtkLassoStencilSource_SetShape_18 | ( | HandleRef | pThis, |
| int | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkLassoStencilSource.vtkLassoStencilSource_SetShapeToPolygon_19 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkLassoStencilSource.vtkLassoStencilSource_SetShapeToSpline_20 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkLassoStencilSource.vtkLassoStencilSource_SetSliceOrientation_21 | ( | HandleRef | pThis, |
| int | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkLassoStencilSource.vtkLassoStencilSource_SetSlicePoints_22 | ( | HandleRef | pThis, |
| int | i, | ||
| HandleRef | points | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkLassoStencilSource.MRClassNameKey = "21vtkLassoStencilSource" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageStencilSource.
| new const string Kitware.VTK.vtkLassoStencilSource.MRFullTypeName = "Kitware.VTK.vtkLassoStencilSource" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageStencilSource.
1.7.6.1