10 #include "KVIDCutLine.h"
12 #include "KVIDGraph.h"
46 if(fAcceptedDirection.IsNull())
48 return Form(
"accept %s", GetAcceptedDirection());
57 void KVIDCutLine::WriteAsciiFile_extras(ofstream&
file,
const Char_t*)
61 if (fAcceptedDirection ==
"")
file <<
"[undefined accepted direction]" << endl;
62 else file << fAcceptedDirection.Data() << endl;
71 void KVIDCutLine::ReadAsciiFile_extras(ifstream&
file)
75 fAcceptedDirection.ReadLine(
file);
76 if (fAcceptedDirection ==
"[undefined accepted direction]")
78 fAcceptedDirection =
"";
char * Form(const char *fmt,...)
Line in ID grid used to delimit regions where no identification is possible.
const Char_t * GetSelectionType() const override
virtual ~KVIDCutLine()
Destructor.