Class SurfaceClipEffect
- java.lang.Object
- 
- WildMagic.LibGraphics.ObjectSystem.GraphicsObject
- 
- WildMagic.LibGraphics.Effects.Effect
- 
- WildMagic.LibGraphics.Effects.ShaderEffect
- 
- gov.nih.mipav.view.renderer.WildMagic.Render.VolumeClipEffect
- 
- gov.nih.mipav.view.renderer.WildMagic.Render.SurfaceClipEffect
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- WildMagic.LibGraphics.ObjectSystem.NameIdInterface,- WildMagic.LibGraphics.ObjectSystem.StreamInterface
 
 public class SurfaceClipEffect extends VolumeClipEffect Surface clipping.- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description private static longserialVersionUID- 
Fields inherited from class gov.nih.mipav.view.renderer.WildMagic.Render.VolumeClipEffectCLIP_A, CLIP_A_INV, CLIP_EYE, CLIP_EYE_INV, CLIP_X, CLIP_X_INV, CLIP_Y, CLIP_Y_INV, CLIP_Z, CLIP_Z_INV, m_aafClipData, m_afClipAll, m_afClipOBBAxis0, m_afClipOBBAxis1, m_afClipOBBAxis2, m_afClipOBBExtent, m_afClipSphereCenter, m_afClipSphereScale, m_afDoClip, m_afVolumeMatrix, m_bClipOBB, m_bClipSphere, MAX_CLIP_PLANES
 
- 
 - 
Constructor SummaryConstructors Constructor Description SurfaceClipEffect()Create a surface clip effect.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidScale(float fSX, float fSY, float fSZ, boolean bOn)Scale the surface to fit the mask texture.- 
Methods inherited from class gov.nih.mipav.view.renderer.WildMagic.Render.VolumeClipEffectdispose, getClip, getClipArb, getClipArbInv, getClipEnable, getClipEye, getClipEyeInv, getClipInv, getClipInvEnable, isClip, isClipAE, isClipOBB, isClipSphere, OnLoadPrograms, ResetClip, SetClip, SetClipArb, SetClipArbInv, SetClipEye, SetClipEyeInv, SetClipOBB, SetClipSphere, setVolumeMatrix
 - 
Methods inherited from class WildMagic.LibGraphics.Effects.ShaderEffectGetAllObjectsByName, GetBlending, GetCProgram, GetDiskUsed, GetObjectByID, GetObjectByName, GetPassQuantity, GetPProgram, GetSamplerInformation, GetTexture, GetTexture, GetTextureQuantity, GetVProgram, Link, Load, LoadPrograms, LoadResources, OnReleasePrograms, Register, ReleasePrograms, ReleaseResources, RestoreGlobalState, Save, SaveStrings, SetCProgram, SetDefaultAlphaState, SetGlobalState, SetPassQuantity, SetPShader, SetVShader
 
- 
 
- 
- 
- 
Field Detail- 
serialVersionUIDprivate static final long serialVersionUID - See Also:
- Constant Field Values
 
 
- 
 
-