ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkTextureMapToCylinder Class Reference

vtkTextureMapToCylinder - generate texture coordinates by mapping points to cylinder More...

Inheritance diagram for Kitware.VTK.vtkTextureMapToCylinder:
[legend]
Collaboration diagram for Kitware.VTK.vtkTextureMapToCylinder:
[legend]

List of all members.

Public Member Functions

 vtkTextureMapToCylinder (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkTextureMapToCylinder ()
 Create object with cylinder axis parallel to z-axis (points (0,0,-0.5) and (0,0,0.5)). The PreventSeam ivar is set to true. The cylinder is automatically generated.
virtual void AutomaticCylinderGenerationOff ()
 Turn on/off automatic cylinder generation. This means it automatically finds the cylinder center and axis.
virtual void AutomaticCylinderGenerationOn ()
 Turn on/off automatic cylinder generation. This means it automatically finds the cylinder center and axis.
virtual int GetAutomaticCylinderGeneration ()
 Turn on/off automatic cylinder generation. This means it automatically finds the cylinder center and axis.
virtual double[] GetPoint1 ()
 Specify the first point defining the cylinder axis,.
virtual void GetPoint1 (IntPtr data)
 Specify the first point defining the cylinder axis,.
virtual double[] GetPoint2 ()
 Specify the second point defining the cylinder axis,.
virtual void GetPoint2 (IntPtr data)
 Specify the second point defining the cylinder axis,.
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 angle variation from 0->180 and 180->0. Otherwise, the s-coordinate ranges from 0->1 from 0->360 degrees.
override int IsA (string type)
 Undocumented Block.
new vtkTextureMapToCylinder 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 angle variation from 0->180 and 180->0. Otherwise, the s-coordinate ranges from 0->1 from 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 angle variation from 0->180 and 180->0. Otherwise, the s-coordinate ranges from 0->1 from 0->360 degrees.
virtual void SetAutomaticCylinderGeneration (int _arg)
 Turn on/off automatic cylinder generation. This means it automatically finds the cylinder center and axis.
virtual void SetPoint1 (double _arg1, double _arg2, double _arg3)
 Specify the first point defining the cylinder axis,.
virtual void SetPoint1 (IntPtr _arg)
 Specify the first point defining the cylinder axis,.
virtual void SetPoint2 (double _arg1, double _arg2, double _arg3)
 Specify the second point defining the cylinder axis,.
virtual void SetPoint2 (IntPtr _arg)
 Specify the second point defining the cylinder axis,.
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 angle variation from 0->180 and 180->0. Otherwise, the s-coordinate ranges from 0->1 from 0->360 degrees.

Static Public Member Functions

static new vtkTextureMapToCylinder New ()
 Create object with cylinder axis parallel to z-axis (points (0,0,-0.5) and (0,0,0.5)). The PreventSeam ivar is set to true. The cylinder is automatically generated.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkTextureMapToCylinder SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkTextureMapToCylinder"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "23vtkTextureMapToCylinder"
 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 vtkTextureMapToCylinder_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkTextureMapToCylinder_AutomaticCylinderGenerationOff_01 (HandleRef pThis)
static internal void vtkTextureMapToCylinder_AutomaticCylinderGenerationOn_02 (HandleRef pThis)
static internal int vtkTextureMapToCylinder_GetAutomaticCylinderGeneration_03 (HandleRef pThis)
static internal IntPtr vtkTextureMapToCylinder_GetPoint1_04 (HandleRef pThis)
static internal void vtkTextureMapToCylinder_GetPoint1_05 (HandleRef pThis, IntPtr data)
static internal IntPtr vtkTextureMapToCylinder_GetPoint2_06 (HandleRef pThis)
static internal void vtkTextureMapToCylinder_GetPoint2_07 (HandleRef pThis, IntPtr data)
static internal int vtkTextureMapToCylinder_GetPreventSeam_08 (HandleRef pThis)
static internal int vtkTextureMapToCylinder_IsA_09 (HandleRef pThis, string type)
static internal int vtkTextureMapToCylinder_IsTypeOf_10 (string type)
static internal IntPtr vtkTextureMapToCylinder_NewInstance_12 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkTextureMapToCylinder_PreventSeamOff_13 (HandleRef pThis)
static internal void vtkTextureMapToCylinder_PreventSeamOn_14 (HandleRef pThis)
static internal IntPtr vtkTextureMapToCylinder_SafeDownCast_15 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkTextureMapToCylinder_SetAutomaticCylinderGeneration_16 (HandleRef pThis, int _arg)
static internal void vtkTextureMapToCylinder_SetPoint1_17 (HandleRef pThis, double _arg1, double _arg2, double _arg3)
static internal void vtkTextureMapToCylinder_SetPoint1_18 (HandleRef pThis, IntPtr _arg)
static internal void vtkTextureMapToCylinder_SetPoint2_19 (HandleRef pThis, double _arg1, double _arg2, double _arg3)
static internal void vtkTextureMapToCylinder_SetPoint2_20 (HandleRef pThis, IntPtr _arg)
static internal void vtkTextureMapToCylinder_SetPreventSeam_21 (HandleRef pThis, int _arg)

Static Private Member Functions

static vtkTextureMapToCylinder ()
 Automatically generated type registration mechanics.

Detailed Description

vtkTextureMapToCylinder - generate texture coordinates by mapping points to cylinder

Description vtkTextureMapToCylinder is a filter that generates 2D texture coordinates by mapping input dataset points onto a cylinder. The cylinder can either be user specified or generated automatically. (The cylinder is generated automatically by computing the axis of the cylinder.) Note that the generated texture coordinates for the s-coordinate ranges from (0-1) (corresponding to angle of 0->360 around axis), while the mapping of the t-coordinate is controlled by the projection of points along the axis.

To specify a cylinder manually, you must provide two points that define the axis of the cylinder. The length of the axis will affect the t-coordinates.

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).


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkTextureMapToCylinder.vtkTextureMapToCylinder ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Create object with cylinder axis parallel to z-axis (points (0,0,-0.5) and (0,0,0.5)). The PreventSeam ivar is set to true. The cylinder is automatically generated.


Member Function Documentation

Turn on/off automatic cylinder generation. This means it automatically finds the cylinder center and axis.

Turn on/off automatic cylinder generation. This means it automatically finds the cylinder center and axis.

override void Kitware.VTK.vtkTextureMapToCylinder.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.

Turn on/off automatic cylinder generation. This means it automatically finds the cylinder center and axis.

virtual double [] Kitware.VTK.vtkTextureMapToCylinder.GetPoint1 ( ) [virtual]

Specify the first point defining the cylinder axis,.

virtual void Kitware.VTK.vtkTextureMapToCylinder.GetPoint1 ( IntPtr  data) [virtual]

Specify the first point defining the cylinder axis,.

virtual double [] Kitware.VTK.vtkTextureMapToCylinder.GetPoint2 ( ) [virtual]

Specify the second point defining the cylinder axis,.

virtual void Kitware.VTK.vtkTextureMapToCylinder.GetPoint2 ( IntPtr  data) [virtual]

Specify the second point defining the cylinder axis,.

Control how the texture coordinates are generated. If PreventSeam is set, the s-coordinate ranges from 0->1 and 1->0 corresponding to the angle variation from 0->180 and 180->0. Otherwise, the s-coordinate ranges from 0->1 from 0->360 degrees.

override int Kitware.VTK.vtkTextureMapToCylinder.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

static new int Kitware.VTK.vtkTextureMapToCylinder.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Create object with cylinder axis parallel to z-axis (points (0,0,-0.5) and (0,0,0.5)). The PreventSeam ivar is set to true. The cylinder is automatically generated.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Control how the texture coordinates are generated. If PreventSeam is set, the s-coordinate ranges from 0->1 and 1->0 corresponding to the angle variation from 0->180 and 180->0. Otherwise, the s-coordinate ranges from 0->1 from 0->360 degrees.

Control how the texture coordinates are generated. If PreventSeam is set, the s-coordinate ranges from 0->1 and 1->0 corresponding to the angle variation from 0->180 and 180->0. Otherwise, the s-coordinate ranges from 0->1 from 0->360 degrees.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Here is the call graph for this function:

Turn on/off automatic cylinder generation. This means it automatically finds the cylinder center and axis.

virtual void Kitware.VTK.vtkTextureMapToCylinder.SetPoint1 ( double  _arg1,
double  _arg2,
double  _arg3 
) [virtual]

Specify the first point defining the cylinder axis,.

virtual void Kitware.VTK.vtkTextureMapToCylinder.SetPoint1 ( IntPtr  _arg) [virtual]

Specify the first point defining the cylinder axis,.

virtual void Kitware.VTK.vtkTextureMapToCylinder.SetPoint2 ( double  _arg1,
double  _arg2,
double  _arg3 
) [virtual]

Specify the second point defining the cylinder axis,.

virtual void Kitware.VTK.vtkTextureMapToCylinder.SetPoint2 ( IntPtr  _arg) [virtual]

Specify the second point defining the cylinder axis,.

virtual void Kitware.VTK.vtkTextureMapToCylinder.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 angle variation from 0->180 and 180->0. Otherwise, the s-coordinate ranges from 0->1 from 0->360 degrees.

static internal IntPtr Kitware.VTK.vtkTextureMapToCylinder.vtkTextureMapToCylinder_GetPoint1_04 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkTextureMapToCylinder.vtkTextureMapToCylinder_GetPoint1_05 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal IntPtr Kitware.VTK.vtkTextureMapToCylinder.vtkTextureMapToCylinder_GetPoint2_06 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkTextureMapToCylinder.vtkTextureMapToCylinder_GetPoint2_07 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal int Kitware.VTK.vtkTextureMapToCylinder.vtkTextureMapToCylinder_GetPreventSeam_08 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkTextureMapToCylinder.vtkTextureMapToCylinder_IsA_09 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkTextureMapToCylinder.vtkTextureMapToCylinder_IsTypeOf_10 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkTextureMapToCylinder.vtkTextureMapToCylinder_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTextureMapToCylinder.vtkTextureMapToCylinder_NewInstance_12 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkTextureMapToCylinder.vtkTextureMapToCylinder_PreventSeamOff_13 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkTextureMapToCylinder.vtkTextureMapToCylinder_PreventSeamOn_14 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkTextureMapToCylinder.vtkTextureMapToCylinder_SafeDownCast_15 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkTextureMapToCylinder.vtkTextureMapToCylinder_SetAutomaticCylinderGeneration_16 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkTextureMapToCylinder.vtkTextureMapToCylinder_SetPoint1_17 ( HandleRef  pThis,
double  _arg1,
double  _arg2,
double  _arg3 
) [private]
static internal void Kitware.VTK.vtkTextureMapToCylinder.vtkTextureMapToCylinder_SetPoint1_18 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkTextureMapToCylinder.vtkTextureMapToCylinder_SetPoint2_19 ( HandleRef  pThis,
double  _arg1,
double  _arg2,
double  _arg3 
) [private]
static internal void Kitware.VTK.vtkTextureMapToCylinder.vtkTextureMapToCylinder_SetPoint2_20 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkTextureMapToCylinder.vtkTextureMapToCylinder_SetPreventSeam_21 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkTextureMapToCylinder.MRClassNameKey = "23vtkTextureMapToCylinder" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

new const string Kitware.VTK.vtkTextureMapToCylinder.MRFullTypeName = "Kitware.VTK.vtkTextureMapToCylinder"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.


The documentation for this class was generated from the following file: