Hi! whenever I want to add the following line into the code: typedef itk::Mesh<float, 3> myMeshType; myMeshType::Pointer m_Mesh=myMeshType:New(); for example, let us add these 2 lines into itkdeformablemodel1.cxx, it creates mistakes. Anyone can tell me why? thanks ting