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

vtkGlyph2D - copy oriented and scaled glyph geometry to every input point (2D specialization) More...

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

List of all members.

Public Member Functions

 vtkGlyph2D (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkGlyph2D ()
 Description Construct object with scaling on, scaling mode is by scalar value, scale factor = 1.0, the range is (0,1), orient geometry is on, and orientation is by vector. Clamping and indexing are turned off. No initial sources are defined.
override int IsA (string type)
 Undocumented Block.
new vtkGlyph2D NewInstance ()
 Undocumented Block.

Static Public Member Functions

static new vtkGlyph2D New ()
 Description Construct object with scaling on, scaling mode is by scalar value, scale factor = 1.0, the range is (0,1), orient geometry is on, and orientation is by vector. Clamping and indexing are turned off. No initial sources are defined.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkGlyph2D SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "10vtkGlyph2D"
 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 vtkGlyph2D_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkGlyph2D_IsA_01 (HandleRef pThis, string type)
static internal int vtkGlyph2D_IsTypeOf_02 (string type)
static internal IntPtr vtkGlyph2D_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkGlyph2D_SafeDownCast_05 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkGlyph2D ()
 Automatically generated type registration mechanics.

Detailed Description

vtkGlyph2D - copy oriented and scaled glyph geometry to every input point (2D specialization)

Description This subclass of vtkGlyph3D is a specialization to 2D. Transformations (i.e., translation, scaling, and rotation) are constrained to the plane. For example, rotations due to a vector are computed from the x-y coordinates of the vector only, and are assumed to occur around the z-axis. (See vtkGlyph3D for documentation on the interface to this class.)

vtkTensorGlyph vtkGlyph3D vtkProgrammableGlyphFilter


Constructor & Destructor Documentation

static Kitware.VTK.vtkGlyph2D.vtkGlyph2D ( ) [static, private]

Automatically generated type registration mechanics.

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

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

Description Construct object with scaling on, scaling mode is by scalar value, scale factor = 1.0, the range is (0,1), orient geometry is on, and orientation is by vector. Clamping and indexing are turned off. No initial sources are defined.


Member Function Documentation

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

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGlyph3D.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGlyph3D.

static new vtkGlyph2D Kitware.VTK.vtkGlyph2D.New ( ) [static]

Description Construct object with scaling on, scaling mode is by scalar value, scale factor = 1.0, the range is (0,1), orient geometry is on, and orientation is by vector. Clamping and indexing are turned off. No initial sources are defined.

Reimplemented from Kitware.VTK.vtkGlyph3D.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGlyph3D.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGlyph3D.

Here is the call graph for this function:

static internal int Kitware.VTK.vtkGlyph2D.vtkGlyph2D_IsA_01 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkGlyph2D.vtkGlyph2D_IsTypeOf_02 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkGlyph2D.vtkGlyph2D_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGlyph2D.vtkGlyph2D_NewInstance_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGlyph2D.vtkGlyph2D_SafeDownCast_05 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkGlyph2D.MRClassNameKey = "10vtkGlyph2D" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkGlyph3D.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkGlyph3D.


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