10 #include "KVIDCutLine.h"
12 #include "KVIDGraph.h"
46 if(fAcceptedDirection.IsNull())
48 return Form(
"accept %s", GetAcceptedDirection());
61 if (fAcceptedDirection ==
"")
file <<
"[undefined accepted direction]" << endl;
62 else file << fAcceptedDirection.Data() << endl;
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.
void WriteAsciiFile_extras(std::ofstream &, const Char_t *name_prefix="") override
Write accepted direction for cut.
void ReadAsciiFile_extras(std::ifstream &) override
Read accepted direction for cut.