Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
PSDF
ParticleSet
C# Class PSDF.ParticleSet
Mostrar archivo
Open project: jmakino/Particle-Stream-Data-Format
Public Methods
Method
Description
Load
(
String
filename
) :
void
ParticleSet
( ) :
System
Save
(
String
filename
) :
void
ToString
( ) :
String
Private Methods
Method
Description
ReadFromSequence
(
YamlNode
node
,
int
index
) :
double
ReadScalar
(
YamlNode
node
) :
double
ReadString
(
YamlNode
node
) :
String
Method Details
Load()
public
method
public
Load
(
String
filename
) :
void
filename
String
return
void
ParticleSet()
public
method
public
ParticleSet
( ) :
System
return
System
Save()
public
method
public
Save
(
String
filename
) :
void
filename
String
return
void
ToString()
public
method
public
ToString
( ) :
String
return
String