public interface _ProjectionDefOperations extends _IObjectOperations
Modifier and Type | Method and Description |
---|---|
RBool |
getActive(Ice.Current __current) |
ProjectionAxis |
getAxis(Ice.Current __current) |
RInt |
getEndPlane(Ice.Current __current) |
RenderingDef |
getRenderingDef(Ice.Current __current) |
RInt |
getStartPlane(Ice.Current __current) |
RInt |
getStepping(Ice.Current __current) |
ProjectionType |
getType(Ice.Current __current) |
RInt |
getVersion(Ice.Current __current) |
void |
setActive(RBool theActive,
Ice.Current __current) |
void |
setAxis(ProjectionAxis theAxis,
Ice.Current __current) |
void |
setEndPlane(RInt theEndPlane,
Ice.Current __current) |
void |
setRenderingDef(RenderingDef theRenderingDef,
Ice.Current __current) |
void |
setStartPlane(RInt theStartPlane,
Ice.Current __current) |
void |
setStepping(RInt theStepping,
Ice.Current __current) |
void |
setType(ProjectionType theType,
Ice.Current __current) |
void |
setVersion(RInt theVersion,
Ice.Current __current) |
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
RInt getVersion(Ice.Current __current)
void setVersion(RInt theVersion, Ice.Current __current)
RenderingDef getRenderingDef(Ice.Current __current)
void setRenderingDef(RenderingDef theRenderingDef, Ice.Current __current)
ProjectionAxis getAxis(Ice.Current __current)
void setAxis(ProjectionAxis theAxis, Ice.Current __current)
ProjectionType getType(Ice.Current __current)
void setType(ProjectionType theType, Ice.Current __current)
RBool getActive(Ice.Current __current)
void setActive(RBool theActive, Ice.Current __current)
RInt getStartPlane(Ice.Current __current)
void setStartPlane(RInt theStartPlane, Ice.Current __current)
RInt getEndPlane(Ice.Current __current)
void setEndPlane(RInt theEndPlane, Ice.Current __current)
RInt getStepping(Ice.Current __current)
void setStepping(RInt theStepping, Ice.Current __current)