else if (bbGetInputOutputFormat()=="VTK_INT") outputformat = VTK_INT; // 6
else if (bbGetInputOutputFormat()=="MET_INT") outputformat = VTK_INT; // 6
else if (bbGetInputOutputFormat()=="VTK_UNSIGNED_INT") outputformat = VTK_UNSIGNED_INT; // 7
- else if (bbGetInputOutputFormat()=="MEY_UINT") outputformat = VTK_UNSIGNED_INT; // 7
+ else if (bbGetInputOutputFormat()=="MET_UINT") outputformat = VTK_UNSIGNED_INT; // 7
else if (bbGetInputOutputFormat()=="VTK_LONG") outputformat = VTK_LONG; // 8
else if (bbGetInputOutputFormat()=="MET_LONG") outputformat = VTK_LONG; // 8
else if (bbGetInputOutputFormat()=="VTK_UNSIGNED_LONG") outputformat = VTK_UNSIGNED_LONG; // 9
BBTK_NAME("CreateImage");
BBTK_AUTHOR("Info-Dev");
- BBTK_DESCRIPTION("Create a new vtkImageData");
+ BBTK_DESCRIPTION("(C++,Python)Create a new vtkImageData");
BBTK_CATEGORY("Filter");
BBTK_INPUT(CreateImage,Dimensions,"[SizeX SizeY SizeZ] of the image ([250 250 250] default)",std::vector<int>,"");