if(vtkDataArray *aScalarArray = aCellData->GetScalars()){
float aRadius = myGaussPointsPL->GetPointSize(aVtkId,aScalarArray);
float aPyramidHeight = myPickingSettings->GetPyramidHeight();
- aPyramidHeight=aPyramidHeight*myGaussPointsPL->GetMaxPointSize();
+ aPyramidHeight = aPyramidHeight*myGaussPointsPL->GetMaxPointSize();
myCursorPyramid->Init(aPyramidHeight,
aRadius,
aNodeCoord,
- myPreHighlightProperty.GetPointer()->GetColor());
+ myHighlightActor->GetProperty()->GetColor());
}
myLastObjPointID = anObjId;
}
myCursorPyramidSelected->Init(aPyramidHeight,
aRadius,
aNodeCoord,
- myHighlightProperty.GetPointer()->GetColor());
+ myHighlightActor->GetProperty()->GetColor());
myCursorPyramidSelected->SetVisibility(1);
//
const VISU::PGaussPtsIDMapper& aGaussPtsIDMapper =