C# 클래스 MorphExtractorCL.DendriteNode

樹状突起ノードクラス (同じ距離のノード郡 (山崎氏の論文(2006)ではclusterと呼ばれているもの))
파일 보기 프로젝트 열기: Vaa3D/vaa3d_tools 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
gx double
isConnected bool
tmpx double
volume double

공개 메소드들

메소드 설명
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

메소드 상세

AddConnectedNode() 공개 메소드

public AddConnectedNode ( DendriteNode node ) : void
node DendriteNode
리턴 void

CalcRadius() 공개 메소드

public CalcRadius ( double unit ) : void
unit double
리턴 void

CenterPoint() 공개 메소드

public CenterPoint ( ) : Point3Dd
리턴 Point3Dd

DendriteNode() 공개 메소드

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

DendriteNode() 공개 메소드

public DendriteNode ( int distance, IEnumerable cluster ) : System
distance int
cluster IEnumerable
리턴 System

DendriteNode() 공개 메소드

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
리턴 System

EuclideanDistanceTo() 공개 메소드

public EuclideanDistanceTo ( DendriteNode other ) : double
other DendriteNode
리턴 double

EuclideanDistanceTo() 공개 메소드

public EuclideanDistanceTo ( Point3Dd other ) : double
other Point3Dd
리턴 double

GetConnectedNodeNum() 공개 메소드

public GetConnectedNodeNum ( ) : int
리턴 int

SetGravityPointByClusters() 공개 메소드

public SetGravityPointByClusters ( double resox, double resoz ) : void
resox double
resoz double
리턴 void

프로퍼티 상세

gx 공개적으로 프로퍼티

public double gx
리턴 double

isConnected 공개적으로 프로퍼티

public bool isConnected
리턴 bool

tmpx 공개적으로 프로퍼티

public double tmpx
리턴 double

volume 공개적으로 프로퍼티

public double volume
리턴 double