IGSTK
/build/buildd/igstk-4.4.0/Source/igstkUltrasoundProbeObject.h
Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   Image Guided Surgery Software Toolkit
00004   Module:    $RCSfile: igstkUltrasoundProbeObject.h,v $
00005   Language:  C++
00006   Date:      $Date: 2008-02-11 01:41:51 $
00007   Version:   $Revision: 1.5 $
00008 
00009   Copyright (c) ISC  Insight Software Consortium.  All rights reserved.
00010   See IGSTKCopyright.txt or http://www.igstk.org/copyright.htm for details.
00011 
00012      This software is distributed WITHOUT ANY WARRANTY; without even
00013      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
00014      PURPOSE.  See the above copyright notices for more information.
00015 
00016 =========================================================================*/
00017 
00018 #ifndef __igstkUltrasoundProbeObject_h
00019 #define __igstkUltrasoundProbeObject_h
00020 
00021 #include "igstkMacros.h"
00022 #include "igstkSpatialObject.h"
00023 #include "itkGroupSpatialObject.h"
00024 
00025 namespace igstk
00026 {
00027 
00040 class UltrasoundProbeObject 
00041 : public SpatialObject
00042 {
00043 
00044 public:
00045 
00047   igstkStandardClassTraitsMacro( UltrasoundProbeObject, SpatialObject )
00048 
00049 protected:
00050 
00051   UltrasoundProbeObject( void );
00052   ~UltrasoundProbeObject( void );
00053 
00055   virtual void PrintSelf( std::ostream& os, itk::Indent indent ) const; 
00056 
00057 private:
00058  
00060   typedef itk::GroupSpatialObject<3>     UltrasoundProbeSpatialObjectType;
00061 
00062   UltrasoundProbeObject(const Self&); //purposely not implemented
00063   void operator=(const Self&); //purposely not implemented
00064 
00065   UltrasoundProbeSpatialObjectType::Pointer m_UltrasoundProbeSpatialObject;
00066 
00067 };
00068 
00069 } // end namespace igstk
00070 
00071 #endif // __igstkUltrasoundProbeObject_h