ActiViz .NET
5.8.0
|
vtkRISReader - reader for RIS files More...
Public Member Functions | |
vtkRISReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkRISReader () | |
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 vtkRISReader | 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 vtkRISReader | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkRISReader | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkRISReader" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "12vtkRISReader" |
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 | vtkRISReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkRISReader_GetDelimiter_01 (HandleRef pThis) |
static internal IntPtr | vtkRISReader_GetFileName_02 (HandleRef pThis) |
static internal int | vtkRISReader_GetMaxRecords_03 (HandleRef pThis) |
static internal int | vtkRISReader_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkRISReader_IsTypeOf_05 (string type) |
static internal IntPtr | vtkRISReader_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkRISReader_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkRISReader_SetDelimiter_09 (HandleRef pThis, string _arg) |
static internal void | vtkRISReader_SetFileName_10 (HandleRef pThis, string _arg) |
static internal void | vtkRISReader_SetMaxRecords_11 (HandleRef pThis, int _arg) |
Static Private Member Functions | |
static | vtkRISReader () |
Automatically generated type registration mechanics. |
vtkRISReader - reader for RIS files
Description RIS 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://en.wikipedia.org/wiki/RIS_(file_format) http://www.refman.com/support/risformat_intro.asp http://www.adeptscience.co.uk/kb/article/A626
for details. vtkRISReader will convert an RIS file into a vtkTable, with the set of table columns determined dynamically from the contents of the file.
static Kitware.VTK.vtkRISReader.vtkRISReader | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkRISReader.vtkRISReader | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkRISReader.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.vtkRISReader.GetDelimiter | ( | ) | [virtual] |
Set/get the delimiter to be used for concatenating field data (default: ";")
virtual string Kitware.VTK.vtkRISReader.GetFileName | ( | ) | [virtual] |
Set/get the file to load.
virtual int Kitware.VTK.vtkRISReader.GetMaxRecords | ( | ) | [virtual] |
Set/get the maximum number of records to read from the file (zero = unlimited)
override int Kitware.VTK.vtkRISReader.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
static new int Kitware.VTK.vtkRISReader.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
static new vtkRISReader Kitware.VTK.vtkRISReader.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
static new vtkRISReader Kitware.VTK.vtkRISReader.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
virtual void Kitware.VTK.vtkRISReader.SetDelimiter | ( | string | _arg | ) | [virtual] |
Set/get the delimiter to be used for concatenating field data (default: ";")
virtual void Kitware.VTK.vtkRISReader.SetFileName | ( | string | _arg | ) | [virtual] |
Set/get the file to load.
virtual void Kitware.VTK.vtkRISReader.SetMaxRecords | ( | int | _arg | ) | [virtual] |
Set/get the maximum number of records to read from the file (zero = unlimited)
static internal IntPtr Kitware.VTK.vtkRISReader.vtkRISReader_GetDelimiter_01 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkRISReader.vtkRISReader_GetFileName_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkRISReader.vtkRISReader_GetMaxRecords_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkRISReader.vtkRISReader_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkRISReader.vtkRISReader_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkRISReader.vtkRISReader_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkRISReader.vtkRISReader_NewInstance_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkRISReader.vtkRISReader_SafeDownCast_08 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkRISReader.vtkRISReader_SetDelimiter_09 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkRISReader.vtkRISReader_SetFileName_10 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkRISReader.vtkRISReader_SetMaxRecords_11 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkRISReader.MRClassNameKey = "12vtkRISReader" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
new const string Kitware.VTK.vtkRISReader.MRFullTypeName = "Kitware.VTK.vtkRISReader" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.