C# Class MinVR.VRDataIndex

Mostrar archivo Open project: ivlab/Paint3D Class Usage Examples

Public Methods

Method Description
AddData ( string name, object value ) : void
GetNames ( ) : ICollection
GetType ( string name ) : Type
GetValue ( string name ) : object
GetValueAsDouble ( string name ) : double
GetValueAsDoubleArray ( string name ) : double[]
GetValueAsInt ( string name ) : int
GetValueAsIntArray ( string name ) : int[]
GetValueAsString ( string name ) : string
GetValueAsStringArray ( string name ) : string[]
VRDataIndex ( ) : System
VRDataIndex ( string &xmlDescription ) : System

Method Details

AddData() public method

public AddData ( string name, object value ) : void
name string
value object
return void

GetNames() public method

public GetNames ( ) : ICollection
return ICollection

GetType() public method

public GetType ( string name ) : Type
name string
return Type

GetValue() public method

public GetValue ( string name ) : object
name string
return object

GetValueAsDouble() public method

public GetValueAsDouble ( string name ) : double
name string
return double

GetValueAsDoubleArray() public method

public GetValueAsDoubleArray ( string name ) : double[]
name string
return double[]

GetValueAsInt() public method

public GetValueAsInt ( string name ) : int
name string
return int

GetValueAsIntArray() public method

public GetValueAsIntArray ( string name ) : int[]
name string
return int[]

GetValueAsString() public method

public GetValueAsString ( string name ) : string
name string
return string

GetValueAsStringArray() public method

public GetValueAsStringArray ( string name ) : string[]
name string
return string[]

VRDataIndex() public method

public VRDataIndex ( ) : System
return System

VRDataIndex() public method

public VRDataIndex ( string &xmlDescription ) : System
xmlDescription string
return System