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.vtkTransformTextureCoords Class Reference

vtkTransformTextureCoords - transform (scale, rotate, translate) texture coordinates More...

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

List of all members.

Public Member Functions

 vtkTransformTextureCoords (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkTransformTextureCoords ()
 Create instance with Origin (0.5,0.5,0.5); Position (0,0,0); and Scale set to (1,1,1). Rotation of the texture coordinates is turned off.
void AddPosition (double deltaR, double deltaS, double deltaT)
 Incrementally change the position of the texture map (i.e., does a translate or shift of the texture coordinates).
void AddPosition (IntPtr deltaPosition)
 Incrementally change the position of the texture map (i.e., does a translate or shift of the texture coordinates).
virtual void FlipROff ()
 Boolean indicates whether the texture map should be flipped around the s-axis. Note that the flips occur around the texture origin.
virtual void FlipROn ()
 Boolean indicates whether the texture map should be flipped around the s-axis. Note that the flips occur around the texture origin.
virtual void FlipSOff ()
 Boolean indicates whether the texture map should be flipped around the s-axis. Note that the flips occur around the texture origin.
virtual void FlipSOn ()
 Boolean indicates whether the texture map should be flipped around the s-axis. Note that the flips occur around the texture origin.
virtual void FlipTOff ()
 Boolean indicates whether the texture map should be flipped around the t-axis. Note that the flips occur around the texture origin.
virtual void FlipTOn ()
 Boolean indicates whether the texture map should be flipped around the t-axis. Note that the flips occur around the texture origin.
virtual int GetFlipR ()
 Boolean indicates whether the texture map should be flipped around the s-axis. Note that the flips occur around the texture origin.
virtual int GetFlipS ()
 Boolean indicates whether the texture map should be flipped around the s-axis. Note that the flips occur around the texture origin.
virtual int GetFlipT ()
 Boolean indicates whether the texture map should be flipped around the t-axis. Note that the flips occur around the texture origin.
virtual double[] GetOrigin ()
 Set/Get the origin of the texture map. This is the point about which the texture map is flipped (e.g., rotated). Since a typical texture map ranges from (0,1) in the r-s-t coordinates, the default origin is set at (0.5,0.5,0.5).
virtual void GetOrigin (IntPtr data)
 Set/Get the origin of the texture map. This is the point about which the texture map is flipped (e.g., rotated). Since a typical texture map ranges from (0,1) in the r-s-t coordinates, the default origin is set at (0.5,0.5,0.5).
virtual double[] GetPosition ()
 Set/Get the position of the texture map. Setting the position translates the texture map by the amount specified.
virtual void GetPosition (IntPtr data)
 Set/Get the position of the texture map. Setting the position translates the texture map by the amount specified.
virtual double[] GetScale ()
 Set/Get the scale of the texture map. Scaling in performed independently on the r, s and t axes.
virtual void GetScale (IntPtr data)
 Set/Get the scale of the texture map. Scaling in performed independently on the r, s and t axes.
override int IsA (string type)
 Undocumented Block.
new vtkTransformTextureCoords NewInstance ()
 Undocumented Block.
virtual void SetFlipR (int _arg)
 Boolean indicates whether the texture map should be flipped around the s-axis. Note that the flips occur around the texture origin.
virtual void SetFlipS (int _arg)
 Boolean indicates whether the texture map should be flipped around the s-axis. Note that the flips occur around the texture origin.
virtual void SetFlipT (int _arg)
 Boolean indicates whether the texture map should be flipped around the t-axis. Note that the flips occur around the texture origin.
virtual void SetOrigin (double _arg1, double _arg2, double _arg3)
 Set/Get the origin of the texture map. This is the point about which the texture map is flipped (e.g., rotated). Since a typical texture map ranges from (0,1) in the r-s-t coordinates, the default origin is set at (0.5,0.5,0.5).
virtual void SetOrigin (IntPtr _arg)
 Set/Get the origin of the texture map. This is the point about which the texture map is flipped (e.g., rotated). Since a typical texture map ranges from (0,1) in the r-s-t coordinates, the default origin is set at (0.5,0.5,0.5).
virtual void SetPosition (double _arg1, double _arg2, double _arg3)
 Set/Get the position of the texture map. Setting the position translates the texture map by the amount specified.
virtual void SetPosition (IntPtr _arg)
 Set/Get the position of the texture map. Setting the position translates the texture map by the amount specified.
virtual void SetScale (double _arg1, double _arg2, double _arg3)
 Set/Get the scale of the texture map. Scaling in performed independently on the r, s and t axes.
virtual void SetScale (IntPtr _arg)
 Set/Get the scale of the texture map. Scaling in performed independently on the r, s and t axes.

Static Public Member Functions

static new
vtkTransformTextureCoords 
New ()
 Create instance with Origin (0.5,0.5,0.5); Position (0,0,0); and Scale set to (1,1,1). Rotation of the texture coordinates is turned off.
static new int IsTypeOf (string type)
 Undocumented Block.
static new
vtkTransformTextureCoords 
SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "25vtkTransformTextureCoords"
 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 vtkTransformTextureCoords_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkTransformTextureCoords_AddPosition_01 (HandleRef pThis, double deltaR, double deltaS, double deltaT)
static internal void vtkTransformTextureCoords_AddPosition_02 (HandleRef pThis, IntPtr deltaPosition)
static internal void vtkTransformTextureCoords_FlipROff_03 (HandleRef pThis)
static internal void vtkTransformTextureCoords_FlipROn_04 (HandleRef pThis)
static internal void vtkTransformTextureCoords_FlipSOff_05 (HandleRef pThis)
static internal void vtkTransformTextureCoords_FlipSOn_06 (HandleRef pThis)
static internal void vtkTransformTextureCoords_FlipTOff_07 (HandleRef pThis)
static internal void vtkTransformTextureCoords_FlipTOn_08 (HandleRef pThis)
static internal int vtkTransformTextureCoords_GetFlipR_09 (HandleRef pThis)
static internal int vtkTransformTextureCoords_GetFlipS_10 (HandleRef pThis)
static internal int vtkTransformTextureCoords_GetFlipT_11 (HandleRef pThis)
static internal IntPtr vtkTransformTextureCoords_GetOrigin_12 (HandleRef pThis)
static internal void vtkTransformTextureCoords_GetOrigin_13 (HandleRef pThis, IntPtr data)
static internal IntPtr vtkTransformTextureCoords_GetPosition_14 (HandleRef pThis)
static internal void vtkTransformTextureCoords_GetPosition_15 (HandleRef pThis, IntPtr data)
static internal IntPtr vtkTransformTextureCoords_GetScale_16 (HandleRef pThis)
static internal void vtkTransformTextureCoords_GetScale_17 (HandleRef pThis, IntPtr data)
static internal int vtkTransformTextureCoords_IsA_18 (HandleRef pThis, string type)
static internal int vtkTransformTextureCoords_IsTypeOf_19 (string type)
static internal IntPtr vtkTransformTextureCoords_NewInstance_21 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkTransformTextureCoords_SafeDownCast_22 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkTransformTextureCoords_SetFlipR_23 (HandleRef pThis, int _arg)
static internal void vtkTransformTextureCoords_SetFlipS_24 (HandleRef pThis, int _arg)
static internal void vtkTransformTextureCoords_SetFlipT_25 (HandleRef pThis, int _arg)
static internal void vtkTransformTextureCoords_SetOrigin_26 (HandleRef pThis, double _arg1, double _arg2, double _arg3)
static internal void vtkTransformTextureCoords_SetOrigin_27 (HandleRef pThis, IntPtr _arg)
static internal void vtkTransformTextureCoords_SetPosition_28 (HandleRef pThis, double _arg1, double _arg2, double _arg3)
static internal void vtkTransformTextureCoords_SetPosition_29 (HandleRef pThis, IntPtr _arg)
static internal void vtkTransformTextureCoords_SetScale_30 (HandleRef pThis, double _arg1, double _arg2, double _arg3)
static internal void vtkTransformTextureCoords_SetScale_31 (HandleRef pThis, IntPtr _arg)

Static Private Member Functions

static vtkTransformTextureCoords ()
 Automatically generated type registration mechanics.

Detailed Description

vtkTransformTextureCoords - transform (scale, rotate, translate) texture coordinates

Description vtkTransformTextureCoords is a filter that operates on texture coordinates. It ingests any type of dataset, and outputs a dataset of the same type. The filter lets you scale, translate, and rotate texture coordinates. For example, by using the the Scale ivar, you can shift texture coordinates that range from (0->1) to range from (0->10) (useful for repeated patterns).

The filter operates on texture coordinates of dimension 1->3. The texture coordinates are referred to as r-s-t. If the texture map is two dimensional, the t-coordinate (and operations on the t-coordinate) are ignored.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Create instance with Origin (0.5,0.5,0.5); Position (0,0,0); and Scale set to (1,1,1). Rotation of the texture coordinates is turned off.


Member Function Documentation

void Kitware.VTK.vtkTransformTextureCoords.AddPosition ( double  deltaR,
double  deltaS,
double  deltaT 
)

Incrementally change the position of the texture map (i.e., does a translate or shift of the texture coordinates).

void Kitware.VTK.vtkTransformTextureCoords.AddPosition ( IntPtr  deltaPosition)

Incrementally change the position of the texture map (i.e., does a translate or shift of the texture coordinates).

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

Boolean indicates whether the texture map should be flipped around the s-axis. Note that the flips occur around the texture origin.

Boolean indicates whether the texture map should be flipped around the s-axis. Note that the flips occur around the texture origin.

Boolean indicates whether the texture map should be flipped around the s-axis. Note that the flips occur around the texture origin.

Boolean indicates whether the texture map should be flipped around the s-axis. Note that the flips occur around the texture origin.

Boolean indicates whether the texture map should be flipped around the t-axis. Note that the flips occur around the texture origin.

Boolean indicates whether the texture map should be flipped around the t-axis. Note that the flips occur around the texture origin.

Boolean indicates whether the texture map should be flipped around the s-axis. Note that the flips occur around the texture origin.

Boolean indicates whether the texture map should be flipped around the s-axis. Note that the flips occur around the texture origin.

Boolean indicates whether the texture map should be flipped around the t-axis. Note that the flips occur around the texture origin.

virtual double [] Kitware.VTK.vtkTransformTextureCoords.GetOrigin ( ) [virtual]

Set/Get the origin of the texture map. This is the point about which the texture map is flipped (e.g., rotated). Since a typical texture map ranges from (0,1) in the r-s-t coordinates, the default origin is set at (0.5,0.5,0.5).

virtual void Kitware.VTK.vtkTransformTextureCoords.GetOrigin ( IntPtr  data) [virtual]

Set/Get the origin of the texture map. This is the point about which the texture map is flipped (e.g., rotated). Since a typical texture map ranges from (0,1) in the r-s-t coordinates, the default origin is set at (0.5,0.5,0.5).

virtual double [] Kitware.VTK.vtkTransformTextureCoords.GetPosition ( ) [virtual]

Set/Get the position of the texture map. Setting the position translates the texture map by the amount specified.

virtual void Kitware.VTK.vtkTransformTextureCoords.GetPosition ( IntPtr  data) [virtual]

Set/Get the position of the texture map. Setting the position translates the texture map by the amount specified.

virtual double [] Kitware.VTK.vtkTransformTextureCoords.GetScale ( ) [virtual]

Set/Get the scale of the texture map. Scaling in performed independently on the r, s and t axes.

virtual void Kitware.VTK.vtkTransformTextureCoords.GetScale ( IntPtr  data) [virtual]

Set/Get the scale of the texture map. Scaling in performed independently on the r, s and t axes.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Create instance with Origin (0.5,0.5,0.5); Position (0,0,0); and Scale set to (1,1,1). Rotation of the texture coordinates is turned off.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkTransformTextureCoords.SetFlipR ( int  _arg) [virtual]

Boolean indicates whether the texture map should be flipped around the s-axis. Note that the flips occur around the texture origin.

virtual void Kitware.VTK.vtkTransformTextureCoords.SetFlipS ( int  _arg) [virtual]

Boolean indicates whether the texture map should be flipped around the s-axis. Note that the flips occur around the texture origin.

virtual void Kitware.VTK.vtkTransformTextureCoords.SetFlipT ( int  _arg) [virtual]

Boolean indicates whether the texture map should be flipped around the t-axis. Note that the flips occur around the texture origin.

virtual void Kitware.VTK.vtkTransformTextureCoords.SetOrigin ( double  _arg1,
double  _arg2,
double  _arg3 
) [virtual]

Set/Get the origin of the texture map. This is the point about which the texture map is flipped (e.g., rotated). Since a typical texture map ranges from (0,1) in the r-s-t coordinates, the default origin is set at (0.5,0.5,0.5).

virtual void Kitware.VTK.vtkTransformTextureCoords.SetOrigin ( IntPtr  _arg) [virtual]

Set/Get the origin of the texture map. This is the point about which the texture map is flipped (e.g., rotated). Since a typical texture map ranges from (0,1) in the r-s-t coordinates, the default origin is set at (0.5,0.5,0.5).

virtual void Kitware.VTK.vtkTransformTextureCoords.SetPosition ( double  _arg1,
double  _arg2,
double  _arg3 
) [virtual]

Set/Get the position of the texture map. Setting the position translates the texture map by the amount specified.

virtual void Kitware.VTK.vtkTransformTextureCoords.SetPosition ( IntPtr  _arg) [virtual]

Set/Get the position of the texture map. Setting the position translates the texture map by the amount specified.

virtual void Kitware.VTK.vtkTransformTextureCoords.SetScale ( double  _arg1,
double  _arg2,
double  _arg3 
) [virtual]

Set/Get the scale of the texture map. Scaling in performed independently on the r, s and t axes.

virtual void Kitware.VTK.vtkTransformTextureCoords.SetScale ( IntPtr  _arg) [virtual]

Set/Get the scale of the texture map. Scaling in performed independently on the r, s and t axes.

static internal void Kitware.VTK.vtkTransformTextureCoords.vtkTransformTextureCoords_AddPosition_01 ( HandleRef  pThis,
double  deltaR,
double  deltaS,
double  deltaT 
) [private]
static internal void Kitware.VTK.vtkTransformTextureCoords.vtkTransformTextureCoords_AddPosition_02 ( HandleRef  pThis,
IntPtr  deltaPosition 
) [private]
static internal void Kitware.VTK.vtkTransformTextureCoords.vtkTransformTextureCoords_FlipROff_03 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkTransformTextureCoords.vtkTransformTextureCoords_FlipROn_04 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkTransformTextureCoords.vtkTransformTextureCoords_FlipSOff_05 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkTransformTextureCoords.vtkTransformTextureCoords_FlipSOn_06 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkTransformTextureCoords.vtkTransformTextureCoords_FlipTOff_07 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkTransformTextureCoords.vtkTransformTextureCoords_FlipTOn_08 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkTransformTextureCoords.vtkTransformTextureCoords_GetFlipR_09 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkTransformTextureCoords.vtkTransformTextureCoords_GetFlipS_10 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkTransformTextureCoords.vtkTransformTextureCoords_GetFlipT_11 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkTransformTextureCoords.vtkTransformTextureCoords_GetOrigin_12 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkTransformTextureCoords.vtkTransformTextureCoords_GetOrigin_13 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal IntPtr Kitware.VTK.vtkTransformTextureCoords.vtkTransformTextureCoords_GetPosition_14 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkTransformTextureCoords.vtkTransformTextureCoords_GetPosition_15 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal IntPtr Kitware.VTK.vtkTransformTextureCoords.vtkTransformTextureCoords_GetScale_16 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkTransformTextureCoords.vtkTransformTextureCoords_GetScale_17 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal int Kitware.VTK.vtkTransformTextureCoords.vtkTransformTextureCoords_IsA_18 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkTransformTextureCoords.vtkTransformTextureCoords_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTransformTextureCoords.vtkTransformTextureCoords_NewInstance_21 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTransformTextureCoords.vtkTransformTextureCoords_SafeDownCast_22 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkTransformTextureCoords.vtkTransformTextureCoords_SetFlipR_23 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkTransformTextureCoords.vtkTransformTextureCoords_SetFlipS_24 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkTransformTextureCoords.vtkTransformTextureCoords_SetFlipT_25 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkTransformTextureCoords.vtkTransformTextureCoords_SetOrigin_26 ( HandleRef  pThis,
double  _arg1,
double  _arg2,
double  _arg3 
) [private]
static internal void Kitware.VTK.vtkTransformTextureCoords.vtkTransformTextureCoords_SetOrigin_27 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkTransformTextureCoords.vtkTransformTextureCoords_SetPosition_28 ( HandleRef  pThis,
double  _arg1,
double  _arg2,
double  _arg3 
) [private]
static internal void Kitware.VTK.vtkTransformTextureCoords.vtkTransformTextureCoords_SetPosition_29 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkTransformTextureCoords.vtkTransformTextureCoords_SetScale_30 ( HandleRef  pThis,
double  _arg1,
double  _arg2,
double  _arg3 
) [private]
static internal void Kitware.VTK.vtkTransformTextureCoords.vtkTransformTextureCoords_SetScale_31 ( HandleRef  pThis,
IntPtr  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkTransformTextureCoords.MRClassNameKey = "25vtkTransformTextureCoords" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.


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