[vtkusers] vtkMergePoints java wrapper missing InsertUniquePoint

David Gobbi david.gobbi at gmail.com
Thu Mar 14 09:30:00 EDT 2013


Hi Gerrick,

The C++ signature of the method is as follows:

int InsertUniquePoint(const double x[3], vtkIdType &ptId);

I don't think it is wrappable.  What would the equivalent
Java method signature be?

 - David

On Thu, Mar 14, 2013 at 7:15 AM, Gerrick Bivins
<Gerrick.Bivins at halliburton.com> wrote:
> Hi All,
>
> I recently built 5.10.0 with java wrappings enabled and noticed that the
> InsertUniquePoint method is missing from
>
> from the vtkMergePoints java class.
>
> I hadn’t noticed it before because I had been using the vtkMergePoints in
> some filters (SetLocator) but now
>
> I’m trying to remove duplicate points from my input dataset before
> processing in the pipeline.
>
> Anyone else seeing this or is this just a bad build/wrap of mine locally?
>
> Gerrick



More information about the vtkusers mailing list