C# 클래스 Sigen.IO.Vtk.VtkWriter

파일 보기 프로젝트 열기: Vaa3D/vaa3d_tools 1 사용 예제들

공개 메소드들

메소드 설명
SaveToVTKLegacy ( string fname, Dendrite dendrite ) : void

비공개 메소드들

메소드 설명
OutputVTKDegreeRec ( DendriteNode node, DendriteNode parent ) : void
OutputVTKDistanceRec ( DendriteNode node, DendriteNode parent ) : void
OutputVTKFDistanceRec ( DendriteNode node, DendriteNode parent ) : void
OutputVTKLinesRec ( DendriteNode node, DendriteNode parent ) : void
OutputVTKPointsRec ( DendriteNode node, DendriteNode parent ) : void
OutputVTKRadiusRec ( DendriteNode node, DendriteNode parent ) : void
VtkWriter ( ) : System
Write ( string fname, Dendrite dendrite ) : void

메소드 상세

SaveToVTKLegacy() 공개 정적인 메소드

public static SaveToVTKLegacy ( string fname, Dendrite dendrite ) : void
fname string
dendrite MorphExtractorCL.Dendrite
리턴 void