public class GetHeightMapOp extends AbstractOperation<HeightMap>
Modifier | Constructor and Description |
---|---|
protected |
GetHeightMapOp(ScriptingContext context) |
Modifier and Type | Method and Description |
---|---|
GetHeightMapOp |
fromFile(java.lang.String fileName) |
HeightMap |
go() |
GetHeightMapOp |
selectBlueChannel() |
GetHeightMapOp |
selectGreenChannel() |
GetHeightMapOp |
selectRedChannel() |
goCalled, sanityCheckFileName
protected GetHeightMapOp(ScriptingContext context)
public GetHeightMapOp fromFile(java.lang.String fileName) throws ScriptException
ScriptException
public GetHeightMapOp selectRedChannel()
public GetHeightMapOp selectGreenChannel()
public GetHeightMapOp selectBlueChannel()
public HeightMap go() throws ScriptException
ScriptException