ActiViz .NET
5.8.0
|
vtkTextureMapToSphere - generate texture coordinates by mapping points to sphere More...
Public Member Functions | |
vtkTextureMapToSphere (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkTextureMapToSphere () | |
Create object with Center (0,0,0) and the PreventSeam ivar is set to true. The sphere center is automatically computed. | |
virtual void | AutomaticSphereGenerationOff () |
Turn on/off automatic sphere generation. This means it automatically finds the sphere center. | |
virtual void | AutomaticSphereGenerationOn () |
Turn on/off automatic sphere generation. This means it automatically finds the sphere center. | |
virtual int | GetAutomaticSphereGeneration () |
Turn on/off automatic sphere generation. This means it automatically finds the sphere center. | |
virtual double[] | GetCenter () |
Specify a point defining the center of the sphere. | |
virtual void | GetCenter (IntPtr data) |
Specify a point defining the center of the sphere. | |
virtual int | GetPreventSeam () |
Control how the texture coordinates are generated. If PreventSeam is set, the s-coordinate ranges from 0->1 and 1->0 corresponding to the theta angle variation between 0->180 and 180->0 degrees. Otherwise, the s-coordinate ranges from 0->1 between 0->360 degrees. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkTextureMapToSphere | NewInstance () |
Undocumented Block. | |
virtual void | PreventSeamOff () |
Control how the texture coordinates are generated. If PreventSeam is set, the s-coordinate ranges from 0->1 and 1->0 corresponding to the theta angle variation between 0->180 and 180->0 degrees. Otherwise, the s-coordinate ranges from 0->1 between 0->360 degrees. | |
virtual void | PreventSeamOn () |
Control how the texture coordinates are generated. If PreventSeam is set, the s-coordinate ranges from 0->1 and 1->0 corresponding to the theta angle variation between 0->180 and 180->0 degrees. Otherwise, the s-coordinate ranges from 0->1 between 0->360 degrees. | |
virtual void | SetAutomaticSphereGeneration (int _arg) |
Turn on/off automatic sphere generation. This means it automatically finds the sphere center. | |
virtual void | SetCenter (double _arg1, double _arg2, double _arg3) |
Specify a point defining the center of the sphere. | |
virtual void | SetCenter (IntPtr _arg) |
Specify a point defining the center of the sphere. | |
virtual void | SetPreventSeam (int _arg) |
Control how the texture coordinates are generated. If PreventSeam is set, the s-coordinate ranges from 0->1 and 1->0 corresponding to the theta angle variation between 0->180 and 180->0 degrees. Otherwise, the s-coordinate ranges from 0->1 between 0->360 degrees. | |
Static Public Member Functions | |
static new vtkTextureMapToSphere | New () |
Create object with Center (0,0,0) and the PreventSeam ivar is set to true. The sphere center is automatically computed. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkTextureMapToSphere | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkTextureMapToSphere" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "21vtkTextureMapToSphere" |
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 | vtkTextureMapToSphere_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkTextureMapToSphere_AutomaticSphereGenerationOff_01 (HandleRef pThis) |
static internal void | vtkTextureMapToSphere_AutomaticSphereGenerationOn_02 (HandleRef pThis) |
static internal int | vtkTextureMapToSphere_GetAutomaticSphereGeneration_03 (HandleRef pThis) |
static internal IntPtr | vtkTextureMapToSphere_GetCenter_04 (HandleRef pThis) |
static internal void | vtkTextureMapToSphere_GetCenter_05 (HandleRef pThis, IntPtr data) |
static internal int | vtkTextureMapToSphere_GetPreventSeam_06 (HandleRef pThis) |
static internal int | vtkTextureMapToSphere_IsA_07 (HandleRef pThis, string type) |
static internal int | vtkTextureMapToSphere_IsTypeOf_08 (string type) |
static internal IntPtr | vtkTextureMapToSphere_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkTextureMapToSphere_PreventSeamOff_11 (HandleRef pThis) |
static internal void | vtkTextureMapToSphere_PreventSeamOn_12 (HandleRef pThis) |
static internal IntPtr | vtkTextureMapToSphere_SafeDownCast_13 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkTextureMapToSphere_SetAutomaticSphereGeneration_14 (HandleRef pThis, int _arg) |
static internal void | vtkTextureMapToSphere_SetCenter_15 (HandleRef pThis, double _arg1, double _arg2, double _arg3) |
static internal void | vtkTextureMapToSphere_SetCenter_16 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkTextureMapToSphere_SetPreventSeam_17 (HandleRef pThis, int _arg) |
Static Private Member Functions | |
static | vtkTextureMapToSphere () |
Automatically generated type registration mechanics. |
vtkTextureMapToSphere - generate texture coordinates by mapping points to sphere
Description vtkTextureMapToSphere is a filter that generates 2D texture coordinates by mapping input dataset points onto a sphere. The sphere can either be user specified or generated automatically. (The sphere is generated automatically by computing the center (i.e., averaged coordinates) of the sphere.) Note that the generated texture coordinates range between (0,1). The s-coordinate lies in the angular direction around the z-axis, measured counter-clockwise from the x-axis. The t-coordinate lies in the angular direction measured down from the north pole towards the south pole.
A special ivar controls how the s-coordinate is generated. If PreventSeam is set to true, the s-texture varies from 0->1 and then 1->0 (corresponding to angles of 0->180 and 180->360).
static Kitware.VTK.vtkTextureMapToSphere.vtkTextureMapToSphere | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkTextureMapToSphere.vtkTextureMapToSphere | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Create object with Center (0,0,0) and the PreventSeam ivar is set to true. The sphere center is automatically computed.
virtual void Kitware.VTK.vtkTextureMapToSphere.AutomaticSphereGenerationOff | ( | ) | [virtual] |
Turn on/off automatic sphere generation. This means it automatically finds the sphere center.
virtual void Kitware.VTK.vtkTextureMapToSphere.AutomaticSphereGenerationOn | ( | ) | [virtual] |
Turn on/off automatic sphere generation. This means it automatically finds the sphere center.
override void Kitware.VTK.vtkTextureMapToSphere.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.vtkDataSetAlgorithm.
virtual int Kitware.VTK.vtkTextureMapToSphere.GetAutomaticSphereGeneration | ( | ) | [virtual] |
Turn on/off automatic sphere generation. This means it automatically finds the sphere center.
virtual double [] Kitware.VTK.vtkTextureMapToSphere.GetCenter | ( | ) | [virtual] |
Specify a point defining the center of the sphere.
virtual void Kitware.VTK.vtkTextureMapToSphere.GetCenter | ( | IntPtr | data | ) | [virtual] |
Specify a point defining the center of the sphere.
virtual int Kitware.VTK.vtkTextureMapToSphere.GetPreventSeam | ( | ) | [virtual] |
Control how the texture coordinates are generated. If PreventSeam is set, the s-coordinate ranges from 0->1 and 1->0 corresponding to the theta angle variation between 0->180 and 180->0 degrees. Otherwise, the s-coordinate ranges from 0->1 between 0->360 degrees.
override int Kitware.VTK.vtkTextureMapToSphere.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
static new int Kitware.VTK.vtkTextureMapToSphere.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
static new vtkTextureMapToSphere Kitware.VTK.vtkTextureMapToSphere.New | ( | ) | [static] |
Create object with Center (0,0,0) and the PreventSeam ivar is set to true. The sphere center is automatically computed.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
virtual void Kitware.VTK.vtkTextureMapToSphere.PreventSeamOff | ( | ) | [virtual] |
Control how the texture coordinates are generated. If PreventSeam is set, the s-coordinate ranges from 0->1 and 1->0 corresponding to the theta angle variation between 0->180 and 180->0 degrees. Otherwise, the s-coordinate ranges from 0->1 between 0->360 degrees.
virtual void Kitware.VTK.vtkTextureMapToSphere.PreventSeamOn | ( | ) | [virtual] |
Control how the texture coordinates are generated. If PreventSeam is set, the s-coordinate ranges from 0->1 and 1->0 corresponding to the theta angle variation between 0->180 and 180->0 degrees. Otherwise, the s-coordinate ranges from 0->1 between 0->360 degrees.
static new vtkTextureMapToSphere Kitware.VTK.vtkTextureMapToSphere.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
virtual void Kitware.VTK.vtkTextureMapToSphere.SetAutomaticSphereGeneration | ( | int | _arg | ) | [virtual] |
Turn on/off automatic sphere generation. This means it automatically finds the sphere center.
virtual void Kitware.VTK.vtkTextureMapToSphere.SetCenter | ( | double | _arg1, |
double | _arg2, | ||
double | _arg3 | ||
) | [virtual] |
Specify a point defining the center of the sphere.
virtual void Kitware.VTK.vtkTextureMapToSphere.SetCenter | ( | IntPtr | _arg | ) | [virtual] |
Specify a point defining the center of the sphere.
virtual void Kitware.VTK.vtkTextureMapToSphere.SetPreventSeam | ( | int | _arg | ) | [virtual] |
Control how the texture coordinates are generated. If PreventSeam is set, the s-coordinate ranges from 0->1 and 1->0 corresponding to the theta angle variation between 0->180 and 180->0 degrees. Otherwise, the s-coordinate ranges from 0->1 between 0->360 degrees.
static internal void Kitware.VTK.vtkTextureMapToSphere.vtkTextureMapToSphere_AutomaticSphereGenerationOff_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTextureMapToSphere.vtkTextureMapToSphere_AutomaticSphereGenerationOn_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTextureMapToSphere.vtkTextureMapToSphere_GetAutomaticSphereGeneration_03 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTextureMapToSphere.vtkTextureMapToSphere_GetCenter_04 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTextureMapToSphere.vtkTextureMapToSphere_GetCenter_05 | ( | HandleRef | pThis, |
IntPtr | data | ||
) | [private] |
static internal int Kitware.VTK.vtkTextureMapToSphere.vtkTextureMapToSphere_GetPreventSeam_06 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTextureMapToSphere.vtkTextureMapToSphere_IsA_07 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkTextureMapToSphere.vtkTextureMapToSphere_IsTypeOf_08 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTextureMapToSphere.vtkTextureMapToSphere_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTextureMapToSphere.vtkTextureMapToSphere_NewInstance_10 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkTextureMapToSphere.vtkTextureMapToSphere_PreventSeamOff_11 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTextureMapToSphere.vtkTextureMapToSphere_PreventSeamOn_12 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTextureMapToSphere.vtkTextureMapToSphere_SafeDownCast_13 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkTextureMapToSphere.vtkTextureMapToSphere_SetAutomaticSphereGeneration_14 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTextureMapToSphere.vtkTextureMapToSphere_SetCenter_15 | ( | HandleRef | pThis, |
double | _arg1, | ||
double | _arg2, | ||
double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkTextureMapToSphere.vtkTextureMapToSphere_SetCenter_16 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTextureMapToSphere.vtkTextureMapToSphere_SetPreventSeam_17 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkTextureMapToSphere.MRClassNameKey = "21vtkTextureMapToSphere" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
new const string Kitware.VTK.vtkTextureMapToSphere.MRFullTypeName = "Kitware.VTK.vtkTextureMapToSphere" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.