C# Class Poonya.SEA3D.SEA3DWriter

Show file Open project: sunag/sea3d Class Usage Examples

Public Properties

Property Type Description
VERSION int

Protected Properties

Property Type Description
compressAlgorithm string
protectionAlgorithm string
version int

Public Methods

Method Description
AddObject ( SEAObject obj ) : int
AddSharedObject ( SEAData obj ) : int
Build ( ) : byte[]
CompressionID ( string type ) : int
SEA3DWriter ( ) : System
SEA3DWriter ( int version ) : System
Save ( string filename ) : void
SaveDialog ( ) : void

Private Methods

Method Description
GetBody ( ) : byte[]
OpenSaveFileDialog ( ) : void

Method Details

AddObject() public method

public AddObject ( SEAObject obj ) : int
obj Poonya.SEA3D.Objects.SEAObject
return int

AddSharedObject() public method

public AddSharedObject ( SEAData obj ) : int
obj Poonya.SEA3D.Objects.SEAData
return int

Build() public method

public Build ( ) : byte[]
return byte[]

CompressionID() public static method

public static CompressionID ( string type ) : int
type string
return int

SEA3DWriter() public method

public SEA3DWriter ( ) : System
return System

SEA3DWriter() public method

public SEA3DWriter ( int version ) : System
version int
return System

Save() public method

public Save ( string filename ) : void
filename string
return void

SaveDialog() public method

public SaveDialog ( ) : void
return void

Property Details

VERSION public static property

public static int VERSION
return int

compressAlgorithm protected property

protected string compressAlgorithm
return string

protectionAlgorithm protected property

protected string protectionAlgorithm
return string

version protected property

protected int version
return int