vtf-logo

State.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 
00008 #if !defined(__cpt_State_h__)
00009 #define __cpt_State_h__
00010 
00011 // Local
00012 #include "StateBase.h"
00013 
00014 BEGIN_NAMESPACE_CPT
00015 
00016 // Hold the state for a closest point transform.
00017 template<int N, typename T = double>
00018 class State;
00019 
00020 END_NAMESPACE_CPT
00021 
00022 #define __cpt_State1_ipp__
00023 #include "State1.ipp"
00024 #undef __cpt_State1_ipp__
00025 
00026 #define __cpt_State2_ipp__
00027 #include "State2.ipp"
00028 #undef __cpt_State2_ipp__
00029 
00030 #define __cpt_State3_ipp__
00031 #include "State3.ipp"
00032 #undef __cpt_State3_ipp__
00033 
00034 #endif

Generated on Fri Aug 24 12:55:43 2007 for Closest Point Transform by  doxygen 1.4.7