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

vtkSTLReader - read ASCII or binary stereo lithography files More...

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

List of all members.

Public Member Functions

 vtkSTLReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkSTLReader ()
 Construct object with merging set to true.
void CreateDefaultLocator ()
 Create default locator. Used to create one when none is specified.
virtual string GetFileName ()
 Specify file name of stereo lithography file.
virtual vtkIncrementalPointLocator GetLocator ()
 Specify a spatial locator for merging points. By default an instance of vtkMergePoints is used.
override uint GetMTime ()
 Overload standard modified time function. If locator is modified, then this object is modified as well.
virtual int GetMerging ()
 Turn on/off merging of points/triangles.
virtual int GetScalarTags ()
 Turn on/off tagging of solids with scalars.
override int IsA (string type)
 Undocumented Block.
virtual void MergingOff ()
 Turn on/off merging of points/triangles.
virtual void MergingOn ()
 Turn on/off merging of points/triangles.
new vtkSTLReader NewInstance ()
 Undocumented Block.
virtual void ScalarTagsOff ()
 Turn on/off tagging of solids with scalars.
virtual void ScalarTagsOn ()
 Turn on/off tagging of solids with scalars.
virtual void SetFileName (string _arg)
 Specify file name of stereo lithography file.
void SetLocator (vtkIncrementalPointLocator locator)
 Specify a spatial locator for merging points. By default an instance of vtkMergePoints is used.
virtual void SetMerging (int _arg)
 Turn on/off merging of points/triangles.
virtual void SetScalarTags (int _arg)
 Turn on/off tagging of solids with scalars.

Static Public Member Functions

static new vtkSTLReader New ()
 Construct object with merging set to true.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkSTLReader SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "12vtkSTLReader"
 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 vtkSTLReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkSTLReader_CreateDefaultLocator_01 (HandleRef pThis)
static internal IntPtr vtkSTLReader_GetFileName_02 (HandleRef pThis)
static internal IntPtr vtkSTLReader_GetLocator_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal uint vtkSTLReader_GetMTime_04 (HandleRef pThis)
static internal int vtkSTLReader_GetMerging_05 (HandleRef pThis)
static internal int vtkSTLReader_GetScalarTags_06 (HandleRef pThis)
static internal int vtkSTLReader_IsA_07 (HandleRef pThis, string type)
static internal int vtkSTLReader_IsTypeOf_08 (string type)
static internal void vtkSTLReader_MergingOff_09 (HandleRef pThis)
static internal void vtkSTLReader_MergingOn_10 (HandleRef pThis)
static internal IntPtr vtkSTLReader_NewInstance_12 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkSTLReader_SafeDownCast_13 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkSTLReader_ScalarTagsOff_14 (HandleRef pThis)
static internal void vtkSTLReader_ScalarTagsOn_15 (HandleRef pThis)
static internal void vtkSTLReader_SetFileName_16 (HandleRef pThis, string _arg)
static internal void vtkSTLReader_SetLocator_17 (HandleRef pThis, HandleRef locator)
static internal void vtkSTLReader_SetMerging_18 (HandleRef pThis, int _arg)
static internal void vtkSTLReader_SetScalarTags_19 (HandleRef pThis, int _arg)

Static Private Member Functions

static vtkSTLReader ()
 Automatically generated type registration mechanics.

Detailed Description

vtkSTLReader - read ASCII or binary stereo lithography files

Description vtkSTLReader is a source object that reads ASCII or binary stereo lithography files (.stl files). The FileName must be specified to vtkSTLReader. The object automatically detects whether the file is ASCII or binary.

.stl files are quite inefficient since they duplicate vertex definitions. By setting the Merging boolean you can control whether the point data is merged after reading. Merging is performed by default, however, merging requires a large amount of temporary storage since a 3D hash table must be constructed.


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

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

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

Construct object with merging set to true.


Member Function Documentation

Create default locator. Used to create one when none is specified.

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

virtual string Kitware.VTK.vtkSTLReader.GetFileName ( ) [virtual]

Specify file name of stereo lithography file.

Specify a spatial locator for merging points. By default an instance of vtkMergePoints is used.

Here is the call graph for this function:

virtual int Kitware.VTK.vtkSTLReader.GetMerging ( ) [virtual]

Turn on/off merging of points/triangles.

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

Overload standard modified time function. If locator is modified, then this object is modified as well.

Reimplemented from Kitware.VTK.vtkObject.

virtual int Kitware.VTK.vtkSTLReader.GetScalarTags ( ) [virtual]

Turn on/off tagging of solids with scalars.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

virtual void Kitware.VTK.vtkSTLReader.MergingOff ( ) [virtual]

Turn on/off merging of points/triangles.

virtual void Kitware.VTK.vtkSTLReader.MergingOn ( ) [virtual]

Turn on/off merging of points/triangles.

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

Construct object with merging set to true.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkSTLReader.ScalarTagsOff ( ) [virtual]

Turn on/off tagging of solids with scalars.

virtual void Kitware.VTK.vtkSTLReader.ScalarTagsOn ( ) [virtual]

Turn on/off tagging of solids with scalars.

virtual void Kitware.VTK.vtkSTLReader.SetFileName ( string  _arg) [virtual]

Specify file name of stereo lithography file.

Specify a spatial locator for merging points. By default an instance of vtkMergePoints is used.

virtual void Kitware.VTK.vtkSTLReader.SetMerging ( int  _arg) [virtual]

Turn on/off merging of points/triangles.

virtual void Kitware.VTK.vtkSTLReader.SetScalarTags ( int  _arg) [virtual]

Turn on/off tagging of solids with scalars.

static internal void Kitware.VTK.vtkSTLReader.vtkSTLReader_CreateDefaultLocator_01 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkSTLReader.vtkSTLReader_GetFileName_02 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkSTLReader.vtkSTLReader_GetLocator_03 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkSTLReader.vtkSTLReader_GetMerging_05 ( HandleRef  pThis) [private]
static internal uint Kitware.VTK.vtkSTLReader.vtkSTLReader_GetMTime_04 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkSTLReader.vtkSTLReader_GetScalarTags_06 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkSTLReader.vtkSTLReader_IsA_07 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkSTLReader.vtkSTLReader_IsTypeOf_08 ( string  type) [private]
static internal void Kitware.VTK.vtkSTLReader.vtkSTLReader_MergingOff_09 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkSTLReader.vtkSTLReader_MergingOn_10 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkSTLReader.vtkSTLReader_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkSTLReader.vtkSTLReader_NewInstance_12 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkSTLReader.vtkSTLReader_SafeDownCast_13 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkSTLReader.vtkSTLReader_ScalarTagsOff_14 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkSTLReader.vtkSTLReader_ScalarTagsOn_15 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkSTLReader.vtkSTLReader_SetFileName_16 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkSTLReader.vtkSTLReader_SetLocator_17 ( HandleRef  pThis,
HandleRef  locator 
) [private]
static internal void Kitware.VTK.vtkSTLReader.vtkSTLReader_SetMerging_18 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkSTLReader.vtkSTLReader_SetScalarTags_19 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkSTLReader.MRClassNameKey = "12vtkSTLReader" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.


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