[vtk-developers] vtkRectilinearGrid doxygen docs
Wylie, Brian
bnwylie at sandia.gov
Thu Jul 28 19:43:25 EDT 2005
About half way down the member function descriptions seem to go bonkers.
:)
double* vtkRectilinearGrid::GetPoint ( vtkIdType ptId ) [virtual]
Restore object to initial state. Release memory back to system.
Implements vtkDataSet.
void vtkRectilinearGrid::GetPoint ( vtkIdType id,
double x[3]
) [virtual]
Restore object to initial state. Release memory back to system.
Reimplemented from vtkDataSet.
vtkCell* vtkRectilinearGrid::GetCell ( vtkIdType cellId )
[virtual]
Restore object to initial state. Release memory back to system.
Implements vtkDataSet.
void vtkRectilinearGrid::GetCell ( vtkIdType cellId,
vtkGenericCell * cell
) [virtual]
Restore object to initial state. Release memory back to system.
Implements vtkDataSet.
void vtkRectilinearGrid::GetCellBounds ( vtkIdType cellId,
double bounds[6]
) [virtual]
Restore object to initial state. Release memory back to system.
Reimplemented from vtkDataSet.
int vtkRectilinearGrid::FindPoint ( double x,
double y,
double z
) [inline]
Restore object to initial state. Release memory back to system.
Reimplemented from vtkDataSet.
Definition at line 90 of file vtkRectilinearGrid.h.
References vtkDataSet::FindPoint().
vtkIdType vtkRectilinearGrid::FindPoint ( double x[3] ) [virtual]
Restore object to initial state. Release memory back to system.
Implements vtkDataSet.
Brian Wylie - Org 9227
Sandia National Laboratories
MS 0822 - Building 880/A1-J
(505)844-2238 FAX(505)845-0833
____ _ __
/ __ \____ _________ | | / (_)__ _ __
/ /_/ / __ `/ ___/ __ `/ | / / / _ \ | /| / /
/ ____/ /_/ / / / /_/ /| |/ / / __/ |/ |/ /
/_/ \__,_/_/ \__,_/ |___/_/\___/|__/|__/
Unleash the Beast
> -----Original Message-----
> From: vtk-developers-bounces+bnwylie=sandia.gov at vtk.org
> [mailto:vtk-developers-bounces+bnwylie=sandia.gov at vtk.org] On
> Behalf Of Prabhu Ramachandran
> Sent: Thursday, July 21, 2005 6:55 PM
> To: Utkarsh Ayachit
> Cc: vtk-developers at vtk.org
> Subject: Re: [vtk-developers] Incorrect checkins into
> Wrapping/Python: a, plea for communication!
>
> >>>>> "Utkarsh" == Utkarsh Ayachit
> <utkarsh.ayachit at kitware.com> writes:
>
> Utkarsh> I apologize for any inconvieniences that the recent
> Utkarsh> Wrapping/Python may have caused. Here is a brief summary
> Utkarsh> of what I wanted to do. I would appreciate any feedback.
>
> There is no inconvenience currently but a heads up would
> always help so some of us are alerted. IMHO, it would be a
> problem if something like this creeps up in the last minute
> and 5.0 is released.
>
> Utkarsh> Basically, all the added stuff (which I agree I should
> Utkarsh> have been put away in a package: I'll put it away as
> Utkarsh> "vtktesting", is that ok?) is a quick script to convert
> Utkarsh> most of the Tcl tests to Python. (I wasn't aware of
> Utkarsh> Utilities/tcl2py.py. On a quick attempt, it seems to fail
> Utkarsh> for quite a few tests
> Utkarsh> eg. Graphics/Testing/Tcl/Delaunay3D.tcl). No VTK user is
> Utkarsh> supposed to use any of these scripts. The sole purpose is
> Utkarsh> to convert VTK tcl tests to python.
>
> If it is not something that VTK users should be importing *at
> all* then I'd argue that there is no need to put it inside
> Wrapping/Python/vtk/. Instead it should go into Utilities.
> The trouble with making it a package is that people might
> start using it and relying on it. If that is acceptable,
> then sure, making a package called vtktesting sounds good.
> If not, Utilities is the place for it, IMO. I do not know
> what the others think.
>
> tcl2py.py is a hack, I was curious to know if you were aware
> of it and how it fared. Since your solution is much better,
> it only makes sense to use it.
>
> Thanks for taking the time to increase the test coverage of
> VTK-Python!
>
> cheers,
> prabhu
> _______________________________________________
> vtk-developers mailing list
> vtk-developers at vtk.org
> http://www.vtk.org/mailman/listinfo/vtk-developers
>
>
More information about the vtk-developers
mailing list