|
ActiViz .NET
5.8.0
|
vtkStructuredExtent - helper class to aid working with structured extents. More...
Public Member Functions | |
| vtkStructuredExtent (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkStructuredExtent () | |
| Undocumented Block. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkStructuredExtent | NewInstance () |
| Undocumented Block. | |
Static Public Member Functions | |
| static new vtkStructuredExtent | New () |
| Undocumented Block. | |
| static void | Clamp (IntPtr ext, IntPtr wholeExt) |
| static void | GetDimensions (IntPtr ext, IntPtr dims) |
| static void | Grow (IntPtr ext, int count) |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkStructuredExtent | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
| static bool | Smaller (IntPtr ext, IntPtr wholeExt) |
| static bool | StrictlySmaller (IntPtr ext, IntPtr wholeExt) |
| static void | Transform (IntPtr ext, IntPtr wholeExt) |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkStructuredExtent" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "19vtkStructuredExtent" |
| 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 | vtkStructuredExtent_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkStructuredExtent_Clamp_01 (IntPtr ext, IntPtr wholeExt) |
| static internal void | vtkStructuredExtent_GetDimensions_02 (IntPtr ext, IntPtr dims) |
| static internal void | vtkStructuredExtent_Grow_03 (IntPtr ext, int count) |
| static internal int | vtkStructuredExtent_IsA_04 (HandleRef pThis, string type) |
| static internal int | vtkStructuredExtent_IsTypeOf_05 (string type) |
| static internal IntPtr | vtkStructuredExtent_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkStructuredExtent_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal byte | vtkStructuredExtent_Smaller_09 (IntPtr ext, IntPtr wholeExt) |
| static internal byte | vtkStructuredExtent_StrictlySmaller_10 (IntPtr ext, IntPtr wholeExt) |
| static internal void | vtkStructuredExtent_Transform_11 (IntPtr ext, IntPtr wholeExt) |
Static Private Member Functions | |
| static | vtkStructuredExtent () |
| Automatically generated type registration mechanics. | |
vtkStructuredExtent - helper class to aid working with structured extents.
Description vtkStructuredExtent is an helper class that helps in arithmetic with structured extents. It defines a bunch of static methods (most of which are inlined) to aid in dealing with extents.
| static Kitware.VTK.vtkStructuredExtent.vtkStructuredExtent | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkStructuredExtent.vtkStructuredExtent | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| static void Kitware.VTK.vtkStructuredExtent.Clamp | ( | IntPtr | ext, |
| IntPtr | wholeExt | ||
| ) | [static] |
----------------------------------------------------------------------------
| override void Kitware.VTK.vtkStructuredExtent.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.vtkObject.
| static void Kitware.VTK.vtkStructuredExtent.GetDimensions | ( | IntPtr | ext, |
| IntPtr | dims | ||
| ) | [static] |
----------------------------------------------------------------------------
| static void Kitware.VTK.vtkStructuredExtent.Grow | ( | IntPtr | ext, |
| int | count | ||
| ) | [static] |
----------------------------------------------------------------------------
| override int Kitware.VTK.vtkStructuredExtent.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
| static new int Kitware.VTK.vtkStructuredExtent.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
| static new vtkStructuredExtent Kitware.VTK.vtkStructuredExtent.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
| static new vtkStructuredExtent Kitware.VTK.vtkStructuredExtent.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
| static bool Kitware.VTK.vtkStructuredExtent.Smaller | ( | IntPtr | ext, |
| IntPtr | wholeExt | ||
| ) | [static] |
----------------------------------------------------------------------------
| static bool Kitware.VTK.vtkStructuredExtent.StrictlySmaller | ( | IntPtr | ext, |
| IntPtr | wholeExt | ||
| ) | [static] |
----------------------------------------------------------------------------
| static void Kitware.VTK.vtkStructuredExtent.Transform | ( | IntPtr | ext, |
| IntPtr | wholeExt | ||
| ) | [static] |
----------------------------------------------------------------------------
| static internal void Kitware.VTK.vtkStructuredExtent.vtkStructuredExtent_Clamp_01 | ( | IntPtr | ext, |
| IntPtr | wholeExt | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkStructuredExtent.vtkStructuredExtent_GetDimensions_02 | ( | IntPtr | ext, |
| IntPtr | dims | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkStructuredExtent.vtkStructuredExtent_Grow_03 | ( | IntPtr | ext, |
| int | count | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkStructuredExtent.vtkStructuredExtent_IsA_04 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkStructuredExtent.vtkStructuredExtent_IsTypeOf_05 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkStructuredExtent.vtkStructuredExtent_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkStructuredExtent.vtkStructuredExtent_NewInstance_07 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkStructuredExtent.vtkStructuredExtent_SafeDownCast_08 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal byte Kitware.VTK.vtkStructuredExtent.vtkStructuredExtent_Smaller_09 | ( | IntPtr | ext, |
| IntPtr | wholeExt | ||
| ) | [private] |
| static internal byte Kitware.VTK.vtkStructuredExtent.vtkStructuredExtent_StrictlySmaller_10 | ( | IntPtr | ext, |
| IntPtr | wholeExt | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkStructuredExtent.vtkStructuredExtent_Transform_11 | ( | IntPtr | ext, |
| IntPtr | wholeExt | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkStructuredExtent.MRClassNameKey = "19vtkStructuredExtent" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
| new const string Kitware.VTK.vtkStructuredExtent.MRFullTypeName = "Kitware.VTK.vtkStructuredExtent" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
1.7.6.1