// bbSetOutputOut( bbGetInputIn() );
// std::cout << "Output value = " <<bbGetOutputOut() << std::endl;
- printf("EED MeshManager_tool::Process start this=%p\n", this);
-
if (bbGetInputMeshManagerModel()!=NULL)
{
if (bbGetInputTool()==10) // Undo
if (bbGetInputTool()==30) // Set
{
- printf("EED MeshManager_tool::Process Set\n");
if (bbGetInputMesh()!=NULL){
vtkPoints *points = bbGetInputMesh()->GetPoints();
if (points!=NULL)
if (bbGetInputTool()==35) // Set memory mode
{
- printf("EED MeshManager_tool::Process Set memory mode\n");
-// if (bbGetInputMesh()!=NULL){
-// vtkPoints *points = bbGetInputMesh()->GetPoints();
-// if (points!=NULL)
-// {
- bbGetInputMeshManagerModel()->SetMeshMemoryMode( bbGetInputMesh() );
-// } // if points!=NULL
-// } // Mesh!=NULL
+ bbGetInputMeshManagerModel()->SetMeshMemoryMode( bbGetInputMesh() );
} // if Tool 35 Set memory mode
-
if (bbGetInputTool()==40) // Reset
{
printf("EED Warning! MeshManager_tool Reset Not implemented.\n");
} // if Tool 40 Reset
-
-
} else {
printf("EED Warning! MeshManager_tool : MeshManagerModel not defined. \n");
}// if MeshManagerModel != NULL