@@ -276,12 +276,12 @@ void UtilitiesModule(py::module m) {
276
276
py::class_<Utilities::BoundaryParameterObject, GenParam::ParameterObject>(m_sub_sub, " BoundaryData" )
277
277
.def (py::init<>())
278
278
.def (py::init<std::string, std::string, Vector3r, Vector3r, Real, Vector3r, bool , bool ,
279
- Eigen::Matrix< float , 4 , 1 , Eigen::DontAlign> , std::string, bool , Real,
279
+ Vector4r , std::string, bool , Real,
280
280
Eigen::Matrix<unsigned int , 3 , 1 , Eigen::DontAlign>, unsigned int , bool >(),
281
281
" samplesFile" _a = " " , " meshFile" _a = " " , " translation" _a = Vector3r::Zero (),
282
282
" axis" _a = Vector3r (1 ,0 ,0 ), " angle" _a = 0.0 , " scale" _a = Vector3r::Ones (),
283
283
" isDynamic" _a = false , " isWall" _a = false ,
284
- " color" _a = Eigen::Vector4f (1 .f , 0 .f , 0 .f , 0 .f ),
284
+ " color" _a = Vector4r (1 ., 0 ., 0 ., 0 .),
285
285
" mapFile" _a = " " , " mapInvert" _a = false , " mapThickness" _a = 0.0 ,
286
286
" mapResolution" _a = Eigen::Matrix<unsigned int , 3 , 1 >(20 , 20 , 20 ),
287
287
" samplingMode" _a = 0 , " isAnimated" _a = false )
0 commit comments