public class MeshSmoothingWindowedSinc
extends java.lang.Object
| Constructor and Description |
|---|
MeshSmoothingWindowedSinc() |
| Modifier and Type | Method and Description |
|---|---|
float |
getEdgeAngle() |
float |
getFeatureAngle() |
int |
getNumIterations() |
float |
getPassBand() |
boolean |
isBoundarySmoothing() |
boolean |
isFeatureEdgeSmoothing() |
boolean |
isNormalizeCoordinates() |
void |
performProcessing(PointCloudMesh mesh) |
void |
setBoundarySmoothing(boolean boundarySmoothing) |
void |
setEdgeAngle(float edgeAngle) |
void |
setFeatureAngle(float featureAngle) |
void |
setFeatureEdgeSmoothing(boolean featureEdgeSmoothing) |
void |
setNormalizeCoordinates(boolean normalizeCoordinates) |
void |
setNumIterations(int numIterations) |
void |
setPassBand(float passBand) |
public void performProcessing(PointCloudMesh mesh)
public int getNumIterations()
public void setNumIterations(int numIterations)
numIterations - the numIterations to setpublic float getPassBand()
public void setPassBand(float passBand)
passBand - the passBand to setpublic boolean isFeatureEdgeSmoothing()
public void setFeatureEdgeSmoothing(boolean featureEdgeSmoothing)
featureEdgeSmoothing - the featureEdgeSmoothing to setpublic float getFeatureAngle()
public void setFeatureAngle(float featureAngle)
featureAngle - the featureAngle to setpublic float getEdgeAngle()
public void setEdgeAngle(float edgeAngle)
edgeAngle - the edgeAngle to setpublic boolean isBoundarySmoothing()
public void setBoundarySmoothing(boolean boundarySmoothing)
boundarySmoothing - the boundarySmoothing to setpublic boolean isNormalizeCoordinates()
public void setNormalizeCoordinates(boolean normalizeCoordinates)
normalizeCoordinates - the normalizeCoordinates to setCopyright © 2004-2020 FEUP-LSTS and Neptus developers. All Rights Reserved.