8 #include "PlusConfigure.h" 15 #include <vtkObjectFactory.h> 34 os << indent <<
"Filename: " <<
FileName << std::endl;
68 LOG_ERROR(
"Failed to open file " <<
FileName);
88 out <<
"# columns = label,x,y,z,sel,vis" << std::endl;
93 out <<
"," << it->position[0];
94 out <<
"," << it->position[1];
95 out <<
"," << it->position[2];
96 out <<
"," << it->selected;
97 out <<
"," << it->visibility << std::endl;
Describes a fiducial list.
void CopyFcsvDataObject(const FcsvData &dataObject)
std::vector< std::string > columns
std::vector< FcsvPoint > points
virtual void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
vtkStandardNewMacro(vtkFcsvWriter)