|
@@ -26,13 +26,14 @@ namespace igl
|
|
|
//template <typename DerivedF>
|
|
|
class CSGTree
|
|
|
{
|
|
|
- private:
|
|
|
+ public:
|
|
|
typedef CGAL::Epeck::FT ExactScalar;
|
|
|
- typedef Eigen::Matrix<ExactScalar,Eigen::Dynamic,3> MatrixX3E;
|
|
|
//typedef Eigen::PlainObjectBase<DerivedF> POBF;
|
|
|
typedef Eigen::MatrixXi POBF;
|
|
|
typedef POBF::Index FIndex;
|
|
|
+ typedef Eigen::Matrix<ExactScalar,Eigen::Dynamic,3> MatrixX3E;
|
|
|
typedef Eigen::Matrix<FIndex,Eigen::Dynamic,1> VectorJ;
|
|
|
+ private:
|
|
|
// Resulting mesh
|
|
|
MatrixX3E m_V;
|
|
|
POBF m_F;
|