C# Class MorphExtractorCL.SwcHeaderStore

显示文件 Open project: Vaa3D/vaa3d_tools

Public Methods

Method Description
InitBySwcComments ( IEnumerable comments ) : void
PublishHeader ( ) : IEnumerable
SetClipping ( int level ) : void
SetDistanceThreshold ( double r ) : void
SetInterpolation ( bool yesOrNo ) : void
SetRootSetting ( bool yesOrNo ) : void
SetScale ( double x, double y, double z ) : void
SetSmoothing ( int level ) : void
SetSource ( string name ) : void
SetVersionDate ( ) : void
SetVolumeThreshold ( double v ) : void
SwcHeaderStore ( ) : System
Update ( string key, string value ) : void

Method Details

InitBySwcComments() public method

public InitBySwcComments ( IEnumerable comments ) : void
comments IEnumerable
return void

PublishHeader() public method

public PublishHeader ( ) : IEnumerable
return IEnumerable

SetClipping() public method

public SetClipping ( int level ) : void
level int
return void

SetDistanceThreshold() public method

public SetDistanceThreshold ( double r ) : void
r double
return void

SetInterpolation() public method

public SetInterpolation ( bool yesOrNo ) : void
yesOrNo bool
return void

SetRootSetting() public method

public SetRootSetting ( bool yesOrNo ) : void
yesOrNo bool
return void

SetScale() public method

public SetScale ( double x, double y, double z ) : void
x double
y double
z double
return void

SetSmoothing() public method

public SetSmoothing ( int level ) : void
level int
return void

SetSource() public method

public SetSource ( string name ) : void
name string
return void

SetVersionDate() public method

public SetVersionDate ( ) : void
return void

SetVolumeThreshold() public method

public SetVolumeThreshold ( double v ) : void
v double
return void

SwcHeaderStore() public method

public SwcHeaderStore ( ) : System
return System

Update() public method

public Update ( string key, string value ) : void
key string
value string
return void