|
ActiViz .NET
5.8.0
|
vtkISIReader - reader for ISI files More...
Public Member Functions | |
| vtkISIReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkISIReader () | |
| Undocumented Block. | |
| virtual string | GetDelimiter () |
| Set/get the delimiter to be used for concatenating field data (default: ";") | |
| virtual string | GetFileName () |
| Set/get the file to load. | |
| virtual int | GetMaxRecords () |
| Set/get the maximum number of records to read from the file (zero = unlimited) | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkISIReader | NewInstance () |
| Undocumented Block. | |
| virtual void | SetDelimiter (string _arg) |
| Set/get the delimiter to be used for concatenating field data (default: ";") | |
| virtual void | SetFileName (string _arg) |
| Set/get the file to load. | |
| virtual void | SetMaxRecords (int _arg) |
| Set/get the maximum number of records to read from the file (zero = unlimited) | |
Static Public Member Functions | |
| static new vtkISIReader | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkISIReader | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkISIReader" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "12vtkISIReader" |
| 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 | vtkISIReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkISIReader_GetDelimiter_01 (HandleRef pThis) |
| static internal IntPtr | vtkISIReader_GetFileName_02 (HandleRef pThis) |
| static internal int | vtkISIReader_GetMaxRecords_03 (HandleRef pThis) |
| static internal int | vtkISIReader_IsA_04 (HandleRef pThis, string type) |
| static internal int | vtkISIReader_IsTypeOf_05 (string type) |
| static internal IntPtr | vtkISIReader_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkISIReader_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkISIReader_SetDelimiter_09 (HandleRef pThis, string _arg) |
| static internal void | vtkISIReader_SetFileName_10 (HandleRef pThis, string _arg) |
| static internal void | vtkISIReader_SetMaxRecords_11 (HandleRef pThis, int _arg) |
Static Private Member Functions | |
| static | vtkISIReader () |
| Automatically generated type registration mechanics. | |
vtkISIReader - reader for ISI files
Description ISI is a tagged format for expressing bibliographic citations. Data is structured as a collection of records with each record composed of one-to-many fields. See
http://isibasic.com/help/helpprn.html#dialog_export_format
for details. vtkISIReader will convert an ISI file into a vtkTable, with the set of table columns determined dynamically from the contents of the file.
| static Kitware.VTK.vtkISIReader.vtkISIReader | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkISIReader.vtkISIReader | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkISIReader.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.vtkTableAlgorithm.
| virtual string Kitware.VTK.vtkISIReader.GetDelimiter | ( | ) | [virtual] |
Set/get the delimiter to be used for concatenating field data (default: ";")
| virtual string Kitware.VTK.vtkISIReader.GetFileName | ( | ) | [virtual] |
Set/get the file to load.
| virtual int Kitware.VTK.vtkISIReader.GetMaxRecords | ( | ) | [virtual] |
Set/get the maximum number of records to read from the file (zero = unlimited)
| override int Kitware.VTK.vtkISIReader.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
| static new int Kitware.VTK.vtkISIReader.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
| static new vtkISIReader Kitware.VTK.vtkISIReader.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
| static new vtkISIReader Kitware.VTK.vtkISIReader.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
| virtual void Kitware.VTK.vtkISIReader.SetDelimiter | ( | string | _arg | ) | [virtual] |
Set/get the delimiter to be used for concatenating field data (default: ";")
| virtual void Kitware.VTK.vtkISIReader.SetFileName | ( | string | _arg | ) | [virtual] |
Set/get the file to load.
| virtual void Kitware.VTK.vtkISIReader.SetMaxRecords | ( | int | _arg | ) | [virtual] |
Set/get the maximum number of records to read from the file (zero = unlimited)
| static internal IntPtr Kitware.VTK.vtkISIReader.vtkISIReader_GetDelimiter_01 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkISIReader.vtkISIReader_GetFileName_02 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkISIReader.vtkISIReader_GetMaxRecords_03 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkISIReader.vtkISIReader_IsA_04 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkISIReader.vtkISIReader_IsTypeOf_05 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkISIReader.vtkISIReader_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkISIReader.vtkISIReader_NewInstance_07 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkISIReader.vtkISIReader_SafeDownCast_08 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkISIReader.vtkISIReader_SetDelimiter_09 | ( | HandleRef | pThis, |
| string | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkISIReader.vtkISIReader_SetFileName_10 | ( | HandleRef | pThis, |
| string | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkISIReader.vtkISIReader_SetMaxRecords_11 | ( | HandleRef | pThis, |
| int | _arg | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkISIReader.MRClassNameKey = "12vtkISIReader" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
| new const string Kitware.VTK.vtkISIReader.MRFullTypeName = "Kitware.VTK.vtkISIReader" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
1.7.6.1