fix: a word
This commit is contained in:
parent
eb74a777fe
commit
5873d38fa4
|
|
@ -23,7 +23,7 @@ public:
|
||||||
*/
|
*/
|
||||||
virtual void updateData(int t);
|
virtual void updateData(int t);
|
||||||
|
|
||||||
/** Adds an observer to the renderWindowinteractor within which this layer is active.
|
/** Adds observers to the renderWindowinteractor within which this layer is active.
|
||||||
* @param interactor : pointer to the interactor that observers can be added to.
|
* @param interactor : pointer to the interactor that observers can be added to.
|
||||||
*/
|
*/
|
||||||
virtual void addObservers(vtkSmartPointer<vtkRenderWindowInteractor> interactor);
|
virtual void addObservers(vtkSmartPointer<vtkRenderWindowInteractor> interactor);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue