]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/VTK/ImageMPR.cxx
Some more tests
[FrontAlgorithms.git] / lib / fpa / VTK / ImageMPR.cxx
index 9acfa12c02cd16d0e901b997e90bb56d14abdc30..29f4dc4a42e2c1a7c5f2042ce76ec3e0ccfb7fc2 100644 (file)
@@ -252,6 +252,7 @@ AddPolyData( vtkPolyData* pd, double r, double g, double b, double opacity )
   this->m_Actors[ i ]->SetMapper( this->m_Mappers[ i ] );
   this->m_Actors[ i ]->GetProperty( )->SetColor( r, g, b );
   this->m_Actors[ i ]->GetProperty( )->SetOpacity( opacity );
+  this->m_Actors[ i ]->GetProperty( )->SetPointSize( 20 );
   this->m_Renderer->AddActor( this->m_Actors[ i ] );
 }