C# Class PSDF.ParticleSet

ファイルを表示 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