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

vtkLabelPlacer - place a prioritized hierarchy of labels in screen space More...

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

List of all members.

Public Types

enum  LabelGravity {
  BaselineCenter = 34, BaselineLeft = 18, BaselineRight = 66, CenterCenter = 36,
  CenterLeft = 20, CenterRight = 68, HorizontalBitMask = 112, HorizontalCenterBit = 32,
  HorizontalLeftBit = 16, HorizontalRightBit = 64, LowerCenter = 33, LowerLeft = 17,
  LowerRight = 65, UpperCenter = 40, UpperLeft = 24, UpperRight = 72,
  VerticalBaselineBit = 2, VerticalBitMask = 15, VerticalBottomBit = 1, VerticalCenterBit = 4,
  VerticalTopBit = 8
}
 Undocumented Block. More...
enum  OutputCoordinates { DISPLAY = 1, WORLD = 0 }
 Undocumented Block. More...

Public Member Functions

 vtkLabelPlacer (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkLabelPlacer ()
 Undocumented Block.
virtual void GeneratePerturbedLabelSpokesOff ()
 Enable drawing spokes (lines) to anchor point coordinates that were perturbed for being coincident with other anchor point coordinates.
virtual void GeneratePerturbedLabelSpokesOn ()
 Enable drawing spokes (lines) to anchor point coordinates that were perturbed for being coincident with other anchor point coordinates.
virtual vtkCoordinate GetAnchorTransform ()
 Undocumented Block.
virtual bool GetGeneratePerturbedLabelSpokes ()
 Enable drawing spokes (lines) to anchor point coordinates that were perturbed for being coincident with other anchor point coordinates.
virtual int GetGravity ()
 The placement of the label relative to the anchor point.
virtual int GetIteratorType ()
 The type of iterator used when traversing the labels. May be vtkLabelHierarchy::FRUSTUM or vtkLabelHierarchy::FULL_SORT.
override uint GetMTime ()
 Set whether, or not, to use unicode strings.
virtual double GetMaximumLabelFraction ()
 The maximum amount of screen space labels can take up before placement terminates.
virtual double GetMaximumLabelFractionMaxValue ()
 The maximum amount of screen space labels can take up before placement terminates.
virtual double GetMaximumLabelFractionMinValue ()
 The maximum amount of screen space labels can take up before placement terminates.
virtual int GetOutputCoordinateSystem ()
 Set/get the coordinate system used for output labels. The output datasets may have point coordinates reported in the world space or display space.
virtual int GetOutputCoordinateSystemMaxValue ()
 Set/get the coordinate system used for output labels. The output datasets may have point coordinates reported in the world space or display space.
virtual int GetOutputCoordinateSystemMinValue ()
 Set/get the coordinate system used for output labels. The output datasets may have point coordinates reported in the world space or display space.
virtual bool GetOutputTraversedBounds ()
 In the second output, output the geometry of the traversed octree nodes.
virtual bool GetPositionsAsNormals ()
 Use label anchor point coordinates as normal vectors and eliminate those pointing away from the camera. Valid only when points are on a sphere centered at the origin (such as a 3D geographic view). Off by default.
virtual vtkRenderer GetRenderer ()
 Undocumented Block.
virtual bool GetUseDepthBuffer ()
 Use the depth buffer to test each label to see if it should not be displayed if it would be occluded by other objects in the scene. Off by default.
virtual bool GetUseUnicodeStrings ()
 Set whether, or not, to use unicode strings.
override int IsA (string type)
 Undocumented Block.
new vtkLabelPlacer NewInstance ()
 Undocumented Block.
void OutputCoordinateSystemDisplay ()
 Set/get the coordinate system used for output labels. The output datasets may have point coordinates reported in the world space or display space.
void OutputCoordinateSystemWorld ()
 Set/get the coordinate system used for output labels. The output datasets may have point coordinates reported in the world space or display space.
virtual void OutputTraversedBoundsOff ()
 In the second output, output the geometry of the traversed octree nodes.
virtual void OutputTraversedBoundsOn ()
 In the second output, output the geometry of the traversed octree nodes.
virtual void PositionsAsNormalsOff ()
 Use label anchor point coordinates as normal vectors and eliminate those pointing away from the camera. Valid only when points are on a sphere centered at the origin (such as a 3D geographic view). Off by default.
virtual void PositionsAsNormalsOn ()
 Use label anchor point coordinates as normal vectors and eliminate those pointing away from the camera. Valid only when points are on a sphere centered at the origin (such as a 3D geographic view). Off by default.
virtual void SetGeneratePerturbedLabelSpokes (bool _arg)
 Enable drawing spokes (lines) to anchor point coordinates that were perturbed for being coincident with other anchor point coordinates.
virtual void SetGravity (int gravity)
 The placement of the label relative to the anchor point.
virtual void SetIteratorType (int _arg)
 The type of iterator used when traversing the labels. May be vtkLabelHierarchy::FRUSTUM or vtkLabelHierarchy::FULL_SORT.
virtual void SetMaximumLabelFraction (double _arg)
 The maximum amount of screen space labels can take up before placement terminates.
virtual void SetOutputCoordinateSystem (int _arg)
 Set/get the coordinate system used for output labels. The output datasets may have point coordinates reported in the world space or display space.
virtual void SetOutputTraversedBounds (bool _arg)
 In the second output, output the geometry of the traversed octree nodes.
virtual void SetPositionsAsNormals (bool _arg)
 Use label anchor point coordinates as normal vectors and eliminate those pointing away from the camera. Valid only when points are on a sphere centered at the origin (such as a 3D geographic view). Off by default.
virtual void SetRenderer (vtkRenderer arg0)
 Undocumented Block.
virtual void SetUseDepthBuffer (bool _arg)
 Use the depth buffer to test each label to see if it should not be displayed if it would be occluded by other objects in the scene. Off by default.
virtual void SetUseUnicodeStrings (bool _arg)
 Set whether, or not, to use unicode strings.
virtual void UseDepthBufferOff ()
 Use the depth buffer to test each label to see if it should not be displayed if it would be occluded by other objects in the scene. Off by default.
virtual void UseDepthBufferOn ()
 Use the depth buffer to test each label to see if it should not be displayed if it would be occluded by other objects in the scene. Off by default.
virtual void UseUnicodeStringsOff ()
 Set whether, or not, to use unicode strings.
virtual void UseUnicodeStringsOn ()
 Set whether, or not, to use unicode strings.

Static Public Member Functions

static new vtkLabelPlacer New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkLabelPlacer SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "14vtkLabelPlacer"
 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 vtkLabelPlacer_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkLabelPlacer_GeneratePerturbedLabelSpokesOff_01 (HandleRef pThis)
static internal void vtkLabelPlacer_GeneratePerturbedLabelSpokesOn_02 (HandleRef pThis)
static internal IntPtr vtkLabelPlacer_GetAnchorTransform_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal byte vtkLabelPlacer_GetGeneratePerturbedLabelSpokes_04 (HandleRef pThis)
static internal int vtkLabelPlacer_GetGravity_05 (HandleRef pThis)
static internal int vtkLabelPlacer_GetIteratorType_06 (HandleRef pThis)
static internal uint vtkLabelPlacer_GetMTime_07 (HandleRef pThis)
static internal double vtkLabelPlacer_GetMaximumLabelFraction_08 (HandleRef pThis)
static internal double vtkLabelPlacer_GetMaximumLabelFractionMaxValue_09 (HandleRef pThis)
static internal double vtkLabelPlacer_GetMaximumLabelFractionMinValue_10 (HandleRef pThis)
static internal int vtkLabelPlacer_GetOutputCoordinateSystem_11 (HandleRef pThis)
static internal int vtkLabelPlacer_GetOutputCoordinateSystemMaxValue_12 (HandleRef pThis)
static internal int vtkLabelPlacer_GetOutputCoordinateSystemMinValue_13 (HandleRef pThis)
static internal byte vtkLabelPlacer_GetOutputTraversedBounds_14 (HandleRef pThis)
static internal byte vtkLabelPlacer_GetPositionsAsNormals_15 (HandleRef pThis)
static internal IntPtr vtkLabelPlacer_GetRenderer_16 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal byte vtkLabelPlacer_GetUseDepthBuffer_17 (HandleRef pThis)
static internal byte vtkLabelPlacer_GetUseUnicodeStrings_18 (HandleRef pThis)
static internal int vtkLabelPlacer_IsA_19 (HandleRef pThis, string type)
static internal int vtkLabelPlacer_IsTypeOf_20 (string type)
static internal IntPtr vtkLabelPlacer_NewInstance_22 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkLabelPlacer_OutputCoordinateSystemDisplay_23 (HandleRef pThis)
static internal void vtkLabelPlacer_OutputCoordinateSystemWorld_24 (HandleRef pThis)
static internal void vtkLabelPlacer_OutputTraversedBoundsOff_25 (HandleRef pThis)
static internal void vtkLabelPlacer_OutputTraversedBoundsOn_26 (HandleRef pThis)
static internal void vtkLabelPlacer_PositionsAsNormalsOff_27 (HandleRef pThis)
static internal void vtkLabelPlacer_PositionsAsNormalsOn_28 (HandleRef pThis)
static internal IntPtr vtkLabelPlacer_SafeDownCast_29 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkLabelPlacer_SetGeneratePerturbedLabelSpokes_30 (HandleRef pThis, byte _arg)
static internal void vtkLabelPlacer_SetGravity_31 (HandleRef pThis, int gravity)
static internal void vtkLabelPlacer_SetIteratorType_32 (HandleRef pThis, int _arg)
static internal void vtkLabelPlacer_SetMaximumLabelFraction_33 (HandleRef pThis, double _arg)
static internal void vtkLabelPlacer_SetOutputCoordinateSystem_34 (HandleRef pThis, int _arg)
static internal void vtkLabelPlacer_SetOutputTraversedBounds_35 (HandleRef pThis, byte _arg)
static internal void vtkLabelPlacer_SetPositionsAsNormals_36 (HandleRef pThis, byte _arg)
static internal void vtkLabelPlacer_SetRenderer_37 (HandleRef pThis, HandleRef arg0)
static internal void vtkLabelPlacer_SetUseDepthBuffer_38 (HandleRef pThis, byte _arg)
static internal void vtkLabelPlacer_SetUseUnicodeStrings_39 (HandleRef pThis, byte _arg)
static internal void vtkLabelPlacer_UseDepthBufferOff_40 (HandleRef pThis)
static internal void vtkLabelPlacer_UseDepthBufferOn_41 (HandleRef pThis)
static internal void vtkLabelPlacer_UseUnicodeStringsOff_42 (HandleRef pThis)
static internal void vtkLabelPlacer_UseUnicodeStringsOn_43 (HandleRef pThis)

Static Private Member Functions

static vtkLabelPlacer ()
 Automatically generated type registration mechanics.

Detailed Description

vtkLabelPlacer - place a prioritized hierarchy of labels in screen space

Description <b>This class is deprecated and will be removed from VTK in a future release. Use vtkLabelPlacementMapper instead.</b>

This should probably be a mapper unto itself (given that the polydata output could be large and will realistically always be iterated over exactly once before being tossed for the next frame of the render).

In any event, it takes as input one (or more, eventually) vtkLabelHierarchies that represent prioritized lists of labels sorted by their placement in space. As output, it provides vtkPolyData containing only VTK_QUAD cells, each representing a single label from the input. Each quadrilateral has cell data indicating what label in the input it corresponds to (via an array named "LabelId").


Member Enumeration Documentation

Undocumented Block.

Enumerator:
BaselineCenter 

enum member

BaselineLeft 

enum member

BaselineRight 

enum member

CenterCenter 

enum member

CenterLeft 

enum member

CenterRight 

enum member

HorizontalBitMask 

enum member

HorizontalCenterBit 

enum member

HorizontalLeftBit 

enum member

HorizontalRightBit 

enum member

LowerCenter 

enum member

LowerLeft 

enum member

LowerRight 

enum member

UpperCenter 

enum member

UpperLeft 

enum member

UpperRight 

enum member

VerticalBaselineBit 

enum member

VerticalBitMask 

enum member

VerticalBottomBit 

enum member

VerticalCenterBit 

enum member

VerticalTopBit 

enum member

Undocumented Block.

Enumerator:
DISPLAY 

enum member

WORLD 

enum member


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

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

Enable drawing spokes (lines) to anchor point coordinates that were perturbed for being coincident with other anchor point coordinates.

Enable drawing spokes (lines) to anchor point coordinates that were perturbed for being coincident with other anchor point coordinates.

Undocumented Block.

Here is the call graph for this function:

Enable drawing spokes (lines) to anchor point coordinates that were perturbed for being coincident with other anchor point coordinates.

virtual int Kitware.VTK.vtkLabelPlacer.GetGravity ( ) [virtual]

The placement of the label relative to the anchor point.

virtual int Kitware.VTK.vtkLabelPlacer.GetIteratorType ( ) [virtual]

The type of iterator used when traversing the labels. May be vtkLabelHierarchy::FRUSTUM or vtkLabelHierarchy::FULL_SORT.

The maximum amount of screen space labels can take up before placement terminates.

The maximum amount of screen space labels can take up before placement terminates.

The maximum amount of screen space labels can take up before placement terminates.

override uint Kitware.VTK.vtkLabelPlacer.GetMTime ( ) [virtual]

Set whether, or not, to use unicode strings.

Reimplemented from Kitware.VTK.vtkObject.

Set/get the coordinate system used for output labels. The output datasets may have point coordinates reported in the world space or display space.

Set/get the coordinate system used for output labels. The output datasets may have point coordinates reported in the world space or display space.

Set/get the coordinate system used for output labels. The output datasets may have point coordinates reported in the world space or display space.

In the second output, output the geometry of the traversed octree nodes.

Use label anchor point coordinates as normal vectors and eliminate those pointing away from the camera. Valid only when points are on a sphere centered at the origin (such as a 3D geographic view). Off by default.

Undocumented Block.

Here is the call graph for this function:

Use the depth buffer to test each label to see if it should not be displayed if it would be occluded by other objects in the scene. Off by default.

Set whether, or not, to use unicode strings.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Set/get the coordinate system used for output labels. The output datasets may have point coordinates reported in the world space or display space.

Set/get the coordinate system used for output labels. The output datasets may have point coordinates reported in the world space or display space.

In the second output, output the geometry of the traversed octree nodes.

In the second output, output the geometry of the traversed octree nodes.

Use label anchor point coordinates as normal vectors and eliminate those pointing away from the camera. Valid only when points are on a sphere centered at the origin (such as a 3D geographic view). Off by default.

Use label anchor point coordinates as normal vectors and eliminate those pointing away from the camera. Valid only when points are on a sphere centered at the origin (such as a 3D geographic view). Off by default.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkLabelPlacer.SetGeneratePerturbedLabelSpokes ( bool  _arg) [virtual]

Enable drawing spokes (lines) to anchor point coordinates that were perturbed for being coincident with other anchor point coordinates.

virtual void Kitware.VTK.vtkLabelPlacer.SetGravity ( int  gravity) [virtual]

The placement of the label relative to the anchor point.

virtual void Kitware.VTK.vtkLabelPlacer.SetIteratorType ( int  _arg) [virtual]

The type of iterator used when traversing the labels. May be vtkLabelHierarchy::FRUSTUM or vtkLabelHierarchy::FULL_SORT.

virtual void Kitware.VTK.vtkLabelPlacer.SetMaximumLabelFraction ( double  _arg) [virtual]

The maximum amount of screen space labels can take up before placement terminates.

virtual void Kitware.VTK.vtkLabelPlacer.SetOutputCoordinateSystem ( int  _arg) [virtual]

Set/get the coordinate system used for output labels. The output datasets may have point coordinates reported in the world space or display space.

virtual void Kitware.VTK.vtkLabelPlacer.SetOutputTraversedBounds ( bool  _arg) [virtual]

In the second output, output the geometry of the traversed octree nodes.

virtual void Kitware.VTK.vtkLabelPlacer.SetPositionsAsNormals ( bool  _arg) [virtual]

Use label anchor point coordinates as normal vectors and eliminate those pointing away from the camera. Valid only when points are on a sphere centered at the origin (such as a 3D geographic view). Off by default.

virtual void Kitware.VTK.vtkLabelPlacer.SetRenderer ( vtkRenderer  arg0) [virtual]

Undocumented Block.

virtual void Kitware.VTK.vtkLabelPlacer.SetUseDepthBuffer ( bool  _arg) [virtual]

Use the depth buffer to test each label to see if it should not be displayed if it would be occluded by other objects in the scene. Off by default.

virtual void Kitware.VTK.vtkLabelPlacer.SetUseUnicodeStrings ( bool  _arg) [virtual]

Set whether, or not, to use unicode strings.

Use the depth buffer to test each label to see if it should not be displayed if it would be occluded by other objects in the scene. Off by default.

virtual void Kitware.VTK.vtkLabelPlacer.UseDepthBufferOn ( ) [virtual]

Use the depth buffer to test each label to see if it should not be displayed if it would be occluded by other objects in the scene. Off by default.

Set whether, or not, to use unicode strings.

Set whether, or not, to use unicode strings.

static internal void Kitware.VTK.vtkLabelPlacer.vtkLabelPlacer_GeneratePerturbedLabelSpokesOff_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkLabelPlacer.vtkLabelPlacer_GeneratePerturbedLabelSpokesOn_02 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkLabelPlacer.vtkLabelPlacer_GetAnchorTransform_03 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal byte Kitware.VTK.vtkLabelPlacer.vtkLabelPlacer_GetGeneratePerturbedLabelSpokes_04 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkLabelPlacer.vtkLabelPlacer_GetGravity_05 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkLabelPlacer.vtkLabelPlacer_GetIteratorType_06 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkLabelPlacer.vtkLabelPlacer_GetMaximumLabelFraction_08 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkLabelPlacer.vtkLabelPlacer_GetMaximumLabelFractionMaxValue_09 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkLabelPlacer.vtkLabelPlacer_GetMaximumLabelFractionMinValue_10 ( HandleRef  pThis) [private]
static internal uint Kitware.VTK.vtkLabelPlacer.vtkLabelPlacer_GetMTime_07 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkLabelPlacer.vtkLabelPlacer_GetOutputCoordinateSystem_11 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkLabelPlacer.vtkLabelPlacer_GetOutputCoordinateSystemMaxValue_12 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkLabelPlacer.vtkLabelPlacer_GetOutputCoordinateSystemMinValue_13 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkLabelPlacer.vtkLabelPlacer_GetOutputTraversedBounds_14 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkLabelPlacer.vtkLabelPlacer_GetPositionsAsNormals_15 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkLabelPlacer.vtkLabelPlacer_GetRenderer_16 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal byte Kitware.VTK.vtkLabelPlacer.vtkLabelPlacer_GetUseDepthBuffer_17 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkLabelPlacer.vtkLabelPlacer_GetUseUnicodeStrings_18 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkLabelPlacer.vtkLabelPlacer_IsA_19 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkLabelPlacer.vtkLabelPlacer_IsTypeOf_20 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkLabelPlacer.vtkLabelPlacer_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkLabelPlacer.vtkLabelPlacer_NewInstance_22 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkLabelPlacer.vtkLabelPlacer_OutputCoordinateSystemDisplay_23 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkLabelPlacer.vtkLabelPlacer_OutputCoordinateSystemWorld_24 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkLabelPlacer.vtkLabelPlacer_OutputTraversedBoundsOff_25 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkLabelPlacer.vtkLabelPlacer_OutputTraversedBoundsOn_26 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkLabelPlacer.vtkLabelPlacer_PositionsAsNormalsOff_27 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkLabelPlacer.vtkLabelPlacer_PositionsAsNormalsOn_28 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkLabelPlacer.vtkLabelPlacer_SafeDownCast_29 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkLabelPlacer.vtkLabelPlacer_SetGeneratePerturbedLabelSpokes_30 ( HandleRef  pThis,
byte  _arg 
) [private]
static internal void Kitware.VTK.vtkLabelPlacer.vtkLabelPlacer_SetGravity_31 ( HandleRef  pThis,
int  gravity 
) [private]
static internal void Kitware.VTK.vtkLabelPlacer.vtkLabelPlacer_SetIteratorType_32 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkLabelPlacer.vtkLabelPlacer_SetMaximumLabelFraction_33 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkLabelPlacer.vtkLabelPlacer_SetOutputCoordinateSystem_34 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkLabelPlacer.vtkLabelPlacer_SetOutputTraversedBounds_35 ( HandleRef  pThis,
byte  _arg 
) [private]
static internal void Kitware.VTK.vtkLabelPlacer.vtkLabelPlacer_SetPositionsAsNormals_36 ( HandleRef  pThis,
byte  _arg 
) [private]
static internal void Kitware.VTK.vtkLabelPlacer.vtkLabelPlacer_SetRenderer_37 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkLabelPlacer.vtkLabelPlacer_SetUseDepthBuffer_38 ( HandleRef  pThis,
byte  _arg 
) [private]
static internal void Kitware.VTK.vtkLabelPlacer.vtkLabelPlacer_SetUseUnicodeStrings_39 ( HandleRef  pThis,
byte  _arg 
) [private]
static internal void Kitware.VTK.vtkLabelPlacer.vtkLabelPlacer_UseDepthBufferOff_40 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkLabelPlacer.vtkLabelPlacer_UseDepthBufferOn_41 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkLabelPlacer.vtkLabelPlacer_UseUnicodeStringsOff_42 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkLabelPlacer.vtkLabelPlacer_UseUnicodeStringsOn_43 ( HandleRef  pThis) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkLabelPlacer.MRClassNameKey = "14vtkLabelPlacer" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.


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