[Paraview] Center of implicit plane in vtkPVImplicitPlaneWidget
Utkarsh Ayachit
utkarsh.ayachit at kitware.com
Thu Mar 24 14:08:38 EST 2005
Thanks. It was indeed an error.
It's fixed in current CVS.
Utkarsh.
Randy Hudson wrote:
> (In case this needs correction...)
>
> In paraview 1.8.3, I spotted what looks like a wee error. vtkPVImplicitPlaneWidget::GetNormal() calls
> this->GetCenterInternal(), instead of this->GetNormalInternal().
>
> From vtkPVImplicitPlaneWidget.cxx
> //----------------------------------------------------------------------------
> void vtkPVImplicitPlaneWidget::GetNormal(double pt[3])
> {
> if(!this->IsCreated())
> {
> vtkErrorMacro("Not created yet");
> return;
> }
> this->WidgetProxy->UpdateInformation();
> this->GetCenterInternal(pt);
> }
>
>
>
>
> Randy.
> 630 252 8690.
>
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
>
More information about the ParaView
mailing list