C# Class Sigen.IO.Vtk.VtkWriter

Exibir arquivo Open project: Vaa3D/vaa3d_tools Class Usage Examples

Public Methods

Method Description
SaveToVTKLegacy ( string fname, Dendrite dendrite ) : void

Private Methods

Method Description
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

Method Details

SaveToVTKLegacy() public static method

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