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

vtkUGFacetReader - read EDS Unigraphics facet files More...

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

List of all members.

Public Member Functions

 vtkUGFacetReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkUGFacetReader ()
 Construct object to extract all parts, and with point merging turned on.
void CreateDefaultLocator ()
 Create default locator. Used to create one when none is specified.
virtual string GetFileName ()
 Specify Unigraphics file name.
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.
int GetNumberOfParts ()
 Special methods for interrogating the data file.
short GetPartColorIndex (int partId)
 Retrieve color index for the parts in the file.
virtual int GetPartNumber ()
 Specify the desired part to extract. The part number must range between [0,NumberOfParts-1]. If the value is =(-1), then all parts will be extracted. If the value is <(-1), then no parts will be extracted but the part colors will be updated.
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 vtkUGFacetReader NewInstance ()
 Undocumented Block.
virtual void SetFileName (string _arg)
 Specify Unigraphics file name.
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 SetPartNumber (int _arg)
 Specify the desired part to extract. The part number must range between [0,NumberOfParts-1]. If the value is =(-1), then all parts will be extracted. If the value is <(-1), then no parts will be extracted but the part colors will be updated.

Static Public Member Functions

static new vtkUGFacetReader New ()
 Construct object to extract all parts, and with point merging turned on.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkUGFacetReader SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "16vtkUGFacetReader"
 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 vtkUGFacetReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkUGFacetReader_CreateDefaultLocator_01 (HandleRef pThis)
static internal IntPtr vtkUGFacetReader_GetFileName_02 (HandleRef pThis)
static internal IntPtr vtkUGFacetReader_GetLocator_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal uint vtkUGFacetReader_GetMTime_04 (HandleRef pThis)
static internal int vtkUGFacetReader_GetMerging_05 (HandleRef pThis)
static internal int vtkUGFacetReader_GetNumberOfParts_06 (HandleRef pThis)
static internal short vtkUGFacetReader_GetPartColorIndex_07 (HandleRef pThis, int partId)
static internal int vtkUGFacetReader_GetPartNumber_08 (HandleRef pThis)
static internal int vtkUGFacetReader_IsA_09 (HandleRef pThis, string type)
static internal int vtkUGFacetReader_IsTypeOf_10 (string type)
static internal void vtkUGFacetReader_MergingOff_11 (HandleRef pThis)
static internal void vtkUGFacetReader_MergingOn_12 (HandleRef pThis)
static internal IntPtr vtkUGFacetReader_NewInstance_14 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkUGFacetReader_SafeDownCast_15 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkUGFacetReader_SetFileName_16 (HandleRef pThis, string _arg)
static internal void vtkUGFacetReader_SetLocator_17 (HandleRef pThis, HandleRef locator)
static internal void vtkUGFacetReader_SetMerging_18 (HandleRef pThis, int _arg)
static internal void vtkUGFacetReader_SetPartNumber_19 (HandleRef pThis, int _arg)

Static Private Member Functions

static vtkUGFacetReader ()
 Automatically generated type registration mechanics.

Detailed Description

vtkUGFacetReader - read EDS Unigraphics facet files

Description vtkUGFacetReader is a source object that reads Unigraphics facet files. Unigraphics is a solid modeling system; facet files are the polygonal plot files it uses to create 3D plots.


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

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

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

Construct object to extract all parts, and with point merging turned on.


Member Function Documentation

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

override void Kitware.VTK.vtkUGFacetReader.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.vtkUGFacetReader.GetFileName ( ) [virtual]

Specify Unigraphics file name.

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.vtkUGFacetReader.GetMerging ( ) [virtual]

Turn on/off merging of points/triangles.

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

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

Reimplemented from Kitware.VTK.vtkObject.

Special methods for interrogating the data file.

Retrieve color index for the parts in the file.

virtual int Kitware.VTK.vtkUGFacetReader.GetPartNumber ( ) [virtual]

Specify the desired part to extract. The part number must range between [0,NumberOfParts-1]. If the value is =(-1), then all parts will be extracted. If the value is <(-1), then no parts will be extracted but the part colors will be updated.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Turn on/off merging of points/triangles.

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

Turn on/off merging of points/triangles.

Construct object to extract all parts, and with point merging turned on.

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.vtkUGFacetReader.SetFileName ( string  _arg) [virtual]

Specify Unigraphics file name.

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

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

Turn on/off merging of points/triangles.

virtual void Kitware.VTK.vtkUGFacetReader.SetPartNumber ( int  _arg) [virtual]

Specify the desired part to extract. The part number must range between [0,NumberOfParts-1]. If the value is =(-1), then all parts will be extracted. If the value is <(-1), then no parts will be extracted but the part colors will be updated.

static internal void Kitware.VTK.vtkUGFacetReader.vtkUGFacetReader_CreateDefaultLocator_01 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkUGFacetReader.vtkUGFacetReader_GetFileName_02 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkUGFacetReader.vtkUGFacetReader_GetLocator_03 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkUGFacetReader.vtkUGFacetReader_GetMerging_05 ( HandleRef  pThis) [private]
static internal uint Kitware.VTK.vtkUGFacetReader.vtkUGFacetReader_GetMTime_04 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkUGFacetReader.vtkUGFacetReader_GetNumberOfParts_06 ( HandleRef  pThis) [private]
static internal short Kitware.VTK.vtkUGFacetReader.vtkUGFacetReader_GetPartColorIndex_07 ( HandleRef  pThis,
int  partId 
) [private]
static internal int Kitware.VTK.vtkUGFacetReader.vtkUGFacetReader_GetPartNumber_08 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkUGFacetReader.vtkUGFacetReader_IsA_09 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkUGFacetReader.vtkUGFacetReader_IsTypeOf_10 ( string  type) [private]
static internal void Kitware.VTK.vtkUGFacetReader.vtkUGFacetReader_MergingOff_11 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkUGFacetReader.vtkUGFacetReader_MergingOn_12 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkUGFacetReader.vtkUGFacetReader_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkUGFacetReader.vtkUGFacetReader_NewInstance_14 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkUGFacetReader.vtkUGFacetReader_SafeDownCast_15 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkUGFacetReader.vtkUGFacetReader_SetFileName_16 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkUGFacetReader.vtkUGFacetReader_SetLocator_17 ( HandleRef  pThis,
HandleRef  locator 
) [private]
static internal void Kitware.VTK.vtkUGFacetReader.vtkUGFacetReader_SetMerging_18 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkUGFacetReader.vtkUGFacetReader_SetPartNumber_19 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkUGFacetReader.MRClassNameKey = "16vtkUGFacetReader" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.


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