C# Class MorphExtractorCL.DendriteNode

樹状突起ノードクラス (同じ距離のノード郡 (山崎氏の論文(2006)ではclusterと呼ばれているもの))
Show file Open project: Vaa3D/vaa3d_tools Class Usage Examples

Public Properties

Property Type Description
gx double
isConnected bool
tmpx double
volume double

Public Methods

Method Description
AddConnectedNode ( DendriteNode node ) : void
CalcRadius ( double unit ) : void
CenterPoint ( ) : Point3Dd
DendriteNode ( SwcNode swcNode ) : System
DendriteNode ( int distance, IEnumerable cluster ) : System
DendriteNode ( int id, double x, double y, double z, double radius, int parentId ) : System
EuclideanDistanceTo ( DendriteNode other ) : double
EuclideanDistanceTo ( Point3Dd other ) : double
GetConnectedNodeNum ( ) : int
SetGravityPointByClusters ( double resox, double resoz ) : void

Method Details

AddConnectedNode() public method

public AddConnectedNode ( DendriteNode node ) : void
node DendriteNode
return void

CalcRadius() public method

public CalcRadius ( double unit ) : void
unit double
return void

CenterPoint() public method

public CenterPoint ( ) : Point3Dd
return Point3Dd

DendriteNode() public method

public DendriteNode ( SwcNode swcNode ) : System
swcNode Sigen.IO.Swc.SwcNode
return System

DendriteNode() public method

public DendriteNode ( int distance, IEnumerable cluster ) : System
distance int
cluster IEnumerable
return System

DendriteNode() public method

public DendriteNode ( int id, double x, double y, double z, double radius, int parentId ) : System
id int
x double
y double
z double
radius double
parentId int
return System

EuclideanDistanceTo() public method

public EuclideanDistanceTo ( DendriteNode other ) : double
other DendriteNode
return double

EuclideanDistanceTo() public method

public EuclideanDistanceTo ( Point3Dd other ) : double
other Point3Dd
return double

GetConnectedNodeNum() public method

public GetConnectedNodeNum ( ) : int
return int

SetGravityPointByClusters() public method

public SetGravityPointByClusters ( double resox, double resoz ) : void
resox double
resoz double
return void

Property Details

gx public property

public double gx
return double

isConnected public property

public bool isConnected
return bool

tmpx public property

public double tmpx
return double

volume public property

public double volume
return double