/*========================================================================= Program: Image Guided Surgery Software Toolkit Module: $RCSfile: igstkMRImageSpatialObject.cxx,v $ Language: C++ Date: $Date: 2006/04/03 18:21:26 $ Version: $Revision: 1.3 $ Copyright (c) ISIS Georgetown University. All rights reserved. See IGSTKCopyright.txt or http://www.igstk.org/HTML/Copyright.htm for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the above copyright notices for more information. =========================================================================*/ #include "igstkMRImageSpatialObject.h" namespace igstk { /** Constructor */ MRImageSpatialObject ::MRImageSpatialObject():m_StateMachine(this) { } /** Destructor */ MRImageSpatialObject ::~MRImageSpatialObject() { } /** Print Self function */ void MRImageSpatialObject ::PrintSelf( std::ostream& os, itk::Indent indent ) const { Superclass::PrintSelf(os, indent); } } // end namespace igstk