37   TreePlotNode::TreePlotNode(){ 
 
   47   TreePlotNode::~TreePlotNode() {}
 
   49   void TreePlotNode::SetX(
double x){ 
 
   53   void TreePlotNode::SetY(
double y){ 
 
   57   void TreePlotNode::SetLabel(
const std::string& label){ 
 
   62   void TreePlotNode::SetSquare(
bool square){ 
 
   66   void TreePlotNode::SetFrame(
const RestFrame& frame){ 
 
   70   void TreePlotNode::SetState(
const State& state){ 
 
   74   void TreePlotNode::AddJigsaw(
const Jigsaw& jigsaw){ 
 
   75     m_Jigsaws.Add(jigsaw);
 
   78   double TreePlotNode::GetX()
 const { 
 
   82   double TreePlotNode::GetY()
 const { 
 
   86   std::string TreePlotNode::GetLabel()
 const { 
 
   90   const RestFrame& TreePlotNode::GetFrame()
 const { 
 
   94       return RestFrame::Empty();
 
   97   const State& TreePlotNode::GetState()
 const { 
 
  101       return State::Empty();
 
  104   bool TreePlotNode::DoLabel()
 const { 
 
  108   bool TreePlotNode::DoSquare()
 const { 
 
  112   int TreePlotNode::GetNJigsaws()
 const { 
 
  113     return m_Jigsaws.GetN(); 
 
  116   ConstJigsawList TreePlotNode::GetJigsawList()
 const {