mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-01 08:25:36 +05:00
untabify
This commit is contained in:
parent
47709d42f2
commit
d0a6c1f78d
@ -85,7 +85,7 @@ SMESH_NodeLabelActor::SMESH_NodeLabelActor() {
|
||||
callBackCommand->SetCallback(SMESH_NodeLabelActor::ProcessEvents);
|
||||
|
||||
myTransformFilter->AddObserver("VTKViewer_TransformFilter::TransformationFinished",
|
||||
callBackCommand);
|
||||
callBackCommand);
|
||||
callBackCommand->Delete();
|
||||
}
|
||||
|
||||
@ -178,9 +178,9 @@ void SMESH_NodeLabelActor::UpdateLabels() {
|
||||
|
||||
|
||||
void SMESH_NodeLabelActor::ProcessEvents(vtkObject* vtkNotUsed(theObject),
|
||||
unsigned long theEvent,
|
||||
void* theClientData,
|
||||
void* vtkNotUsed(theCallData)) {
|
||||
unsigned long theEvent,
|
||||
void* theClientData,
|
||||
void* vtkNotUsed(theCallData)) {
|
||||
SMESH_NodeLabelActor* self = reinterpret_cast<SMESH_NodeLabelActor*>(theClientData);
|
||||
if(self)
|
||||
self->UpdateLabels();
|
||||
|
@ -40,9 +40,9 @@ public:
|
||||
static SMESH_NodeLabelActor* New();
|
||||
|
||||
static void ProcessEvents(vtkObject* theObject,
|
||||
unsigned long theEvent,
|
||||
void* theClientData,
|
||||
void* theCallData);
|
||||
unsigned long theEvent,
|
||||
void* theClientData,
|
||||
void* theCallData);
|
||||
|
||||
|
||||
vtkTypeMacro(SMESH_NodeLabelActor, SMESH_DeviceActor);
|
||||
|
Loading…
Reference in New Issue
Block a user