Class AlgorithmPointSetToImageFilter

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.awt.event.WindowListener, java.lang.Runnable, java.util.EventListener
    Direct Known Subclasses:
    AlgorithmBSplineScatteredDataPointSetToImageFilter

    public class AlgorithmPointSetToImageFilter
    extends AlgorithmBase
    Version:
    0.1 April 8, 2014
    Author:
    William Gandler This a a port of itkPointSetToImageFilter.hxx from the itk package. Here is the original itk header from the itkPointSetToImageFilter.hxx file: Copyright Insight Software Consortium Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.txt Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
    • Field Detail

      • nDims

        protected int nDims
      • numberOfRequiredInputs

        protected int numberOfRequiredInputs
      • extents

        protected int[] extents
      • origin

        protected float[] origin
      • resolutions

        protected float[] resolutions
      • direction

        protected double[][] direction
      • insideValue

        protected double insideValue
      • outsideValue

        protected double outsideValue
      • pointData

        protected java.util.Vector<java.lang.Double> pointData
      • pointLocation

        protected java.util.Vector<WildMagic.LibFoundation.Mathematics.Vector4d> pointLocation
      • extentsLength

        protected int extentsLength
      • extentsSlice

        protected int extentsSlice
      • xyzExtents

        protected int xyzExtents
    • Constructor Detail

      • AlgorithmPointSetToImageFilter

        public AlgorithmPointSetToImageFilter​(int nDims)
    • Method Detail

      • finalize

        public void finalize()
        Prepares this class for destruction.
        Overrides:
        finalize in class AlgorithmBase
      • setOrigin

        public void setOrigin​(float[] origin)
      • setResolutions

        public void setResolutions​(float[] resolutions)
      • setExtents

        public void setExtents​(int[] extents)
      • setDirection

        public void setDirection​(double[][] direction)
      • setPointData

        public void setPointData​(java.util.Vector<java.lang.Double> pointData)
      • setPointLocation

        public void setPointLocation​(java.util.Vector<WildMagic.LibFoundation.Mathematics.Vector4d> pointLocation)