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

vtkPCosmoReader - Read a binary cosmology data file More...

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

List of all members.

Public Member Functions

 vtkPCosmoReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkPCosmoReader ()
 Undocumented Block.
virtual vtkMultiProcessController GetController ()
 Set the communicator object for interprocess communication.
virtual int GetCosmoFormat ()
 Set the filetype to Gadget or Cosmo read mode (0 = Gadget, 1 = default, Cosmo)
virtual string GetFileName ()
 Specify the name of the cosmology particle binary file to read.
virtual float GetOverlap ()
 Specify the ghost cell spacing in Mpc (in rL units) (edge boundary of processor box) (default 5)
virtual float GetRL ()
 Specify the physical box dimensions size (rL) (default 100.0)
virtual int GetReadMode ()
 Set the read mode (0 = one-to-one, 1 = default, round-robin)
override int IsA (string type)
 Undocumented Block.
new vtkPCosmoReader NewInstance ()
 Undocumented Block.
virtual void SetController (vtkMultiProcessController arg0)
 Set the communicator object for interprocess communication.
virtual void SetCosmoFormat (int _arg)
 Set the filetype to Gadget or Cosmo read mode (0 = Gadget, 1 = default, Cosmo)
virtual void SetFileName (string _arg)
 Specify the name of the cosmology particle binary file to read.
virtual void SetOverlap (float _arg)
 Specify the ghost cell spacing in Mpc (in rL units) (edge boundary of processor box) (default 5)
virtual void SetRL (float _arg)
 Specify the physical box dimensions size (rL) (default 100.0)
virtual void SetReadMode (int _arg)
 Set the read mode (0 = one-to-one, 1 = default, round-robin)

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "15vtkPCosmoReader"
 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 vtkPCosmoReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkPCosmoReader_GetController_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkPCosmoReader_GetCosmoFormat_02 (HandleRef pThis)
static internal IntPtr vtkPCosmoReader_GetFileName_03 (HandleRef pThis)
static internal float vtkPCosmoReader_GetOverlap_04 (HandleRef pThis)
static internal float vtkPCosmoReader_GetRL_05 (HandleRef pThis)
static internal int vtkPCosmoReader_GetReadMode_06 (HandleRef pThis)
static internal int vtkPCosmoReader_IsA_07 (HandleRef pThis, string type)
static internal int vtkPCosmoReader_IsTypeOf_08 (string type)
static internal IntPtr vtkPCosmoReader_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkPCosmoReader_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkPCosmoReader_SetController_12 (HandleRef pThis, HandleRef arg0)
static internal void vtkPCosmoReader_SetCosmoFormat_13 (HandleRef pThis, int _arg)
static internal void vtkPCosmoReader_SetFileName_14 (HandleRef pThis, string _arg)
static internal void vtkPCosmoReader_SetOverlap_15 (HandleRef pThis, float _arg)
static internal void vtkPCosmoReader_SetRL_16 (HandleRef pThis, float _arg)
static internal void vtkPCosmoReader_SetReadMode_17 (HandleRef pThis, int _arg)

Static Private Member Functions

static vtkPCosmoReader ()
 Automatically generated type registration mechanics.

Detailed Description

vtkPCosmoReader - Read a binary cosmology data file

Description vtkPCosmoReader creates a vtkUnstructuredGrid from a binary cosmology file.

A cosmo file is a record format file with no header. One record per particle.

Each record is 32 bytes, with fields (in order) for: x_position (float), x_velocity (float), y_position (float), y_velocity (float), z-position (float), z_velocity (float) mass (float) identification tag (integer)

Total particle data can be split into per processor files, with each file name ending in the processor number.


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

Kitware.VTK.vtkPCosmoReader.vtkPCosmoReader ( 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.vtkPCosmoReader.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.vtkUnstructuredGridAlgorithm.

Set the communicator object for interprocess communication.

Here is the call graph for this function:

virtual int Kitware.VTK.vtkPCosmoReader.GetCosmoFormat ( ) [virtual]

Set the filetype to Gadget or Cosmo read mode (0 = Gadget, 1 = default, Cosmo)

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

Specify the name of the cosmology particle binary file to read.

virtual float Kitware.VTK.vtkPCosmoReader.GetOverlap ( ) [virtual]

Specify the ghost cell spacing in Mpc (in rL units) (edge boundary of processor box) (default 5)

virtual int Kitware.VTK.vtkPCosmoReader.GetReadMode ( ) [virtual]

Set the read mode (0 = one-to-one, 1 = default, round-robin)

virtual float Kitware.VTK.vtkPCosmoReader.GetRL ( ) [virtual]

Specify the physical box dimensions size (rL) (default 100.0)

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

Here is the call graph for this function:

Set the communicator object for interprocess communication.

virtual void Kitware.VTK.vtkPCosmoReader.SetCosmoFormat ( int  _arg) [virtual]

Set the filetype to Gadget or Cosmo read mode (0 = Gadget, 1 = default, Cosmo)

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

Specify the name of the cosmology particle binary file to read.

virtual void Kitware.VTK.vtkPCosmoReader.SetOverlap ( float  _arg) [virtual]

Specify the ghost cell spacing in Mpc (in rL units) (edge boundary of processor box) (default 5)

virtual void Kitware.VTK.vtkPCosmoReader.SetReadMode ( int  _arg) [virtual]

Set the read mode (0 = one-to-one, 1 = default, round-robin)

virtual void Kitware.VTK.vtkPCosmoReader.SetRL ( float  _arg) [virtual]

Specify the physical box dimensions size (rL) (default 100.0)

static internal IntPtr Kitware.VTK.vtkPCosmoReader.vtkPCosmoReader_GetController_01 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkPCosmoReader.vtkPCosmoReader_GetCosmoFormat_02 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkPCosmoReader.vtkPCosmoReader_GetFileName_03 ( HandleRef  pThis) [private]
static internal float Kitware.VTK.vtkPCosmoReader.vtkPCosmoReader_GetOverlap_04 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkPCosmoReader.vtkPCosmoReader_GetReadMode_06 ( HandleRef  pThis) [private]
static internal float Kitware.VTK.vtkPCosmoReader.vtkPCosmoReader_GetRL_05 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkPCosmoReader.vtkPCosmoReader_IsA_07 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkPCosmoReader.vtkPCosmoReader_IsTypeOf_08 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkPCosmoReader.vtkPCosmoReader_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPCosmoReader.vtkPCosmoReader_NewInstance_10 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPCosmoReader.vtkPCosmoReader_SafeDownCast_11 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkPCosmoReader.vtkPCosmoReader_SetController_12 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkPCosmoReader.vtkPCosmoReader_SetCosmoFormat_13 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkPCosmoReader.vtkPCosmoReader_SetFileName_14 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkPCosmoReader.vtkPCosmoReader_SetOverlap_15 ( HandleRef  pThis,
float  _arg 
) [private]
static internal void Kitware.VTK.vtkPCosmoReader.vtkPCosmoReader_SetReadMode_17 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkPCosmoReader.vtkPCosmoReader_SetRL_16 ( HandleRef  pThis,
float  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkPCosmoReader.MRClassNameKey = "15vtkPCosmoReader" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.


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