diff --git a/vcg/simplex/face/jumping_pos.h b/vcg/simplex/face/jumping_pos.h index d8ff534d..123d80ee 100644 --- a/vcg/simplex/face/jumping_pos.h +++ b/vcg/simplex/face/jumping_pos.h @@ -48,13 +48,15 @@ namespace vcg typedef typename FaceType::VertexType VertexType; typedef typename VertexType::CoordType CoordType; typedef typename VertexType::ScalarType ScalarType; - + using Pos::f; + using Pos::z; + using Pos::FFlip; public: // Constructors - JumpingPos() : Pos() { m_AlreadyJumped = false; } - JumpingPos(FaceType * const pFace, int const z, VertexType * const pVertex) : Pos(pFace, z, pVertex) { m_AlreadyJumped = false; } - JumpingPos(FaceType * const pFace, int const z) : Pos(pFace, z) { m_AlreadyJumped = false; } - JumpingPos(FaceType * const pFace, VertexType * const pVertex) : Pos(pFace, pVertex) { m_AlreadyJumped = false; } + JumpingPos() : Pos() { m_AlreadyJumped = false; } + JumpingPos(FaceType * const pFace, int const z, VertexType * const pVertex) : Pos(pFace, z, pVertex) { m_AlreadyJumped = false; } + JumpingPos(FaceType * const pFace, int const z) : Pos(pFace, z) { m_AlreadyJumped = false; } + JumpingPos(FaceType * const pFace, VertexType * const pVertex) : Pos(pFace, pVertex) { m_AlreadyJumped = false; } /*! @@ -91,4 +93,4 @@ namespace vcg } // end of namespace face } // end of namespace vcg -#endif // __VCG_JUMPING_FACE_POS \ No newline at end of file +#endif // __VCG_JUMPING_FACE_POS