Uses of Interface
de.grogra.math.ChannelMap
Packages that use ChannelMap
Package
Description
-
Uses of ChannelMap in de.grogra.blocks
Methods in de.grogra.blocks that return ChannelMapMethods in de.grogra.blocks with parameters of type ChannelMapModifier and TypeMethodDescriptionvoidArrange.setDensity(ChannelMap value) voidArrange.setLocationParameter(ChannelMap value) -
Uses of ChannelMap in de.grogra.blocks.xFrogFileParser
Fields in de.grogra.blocks.xFrogFileParser declared as ChannelMap -
Uses of ChannelMap in de.grogra.ext.povray
Methods in de.grogra.ext.povray with parameters of type ChannelMapModifier and TypeMethodDescriptionvoidPOVPhong.export(Shader m, ChannelMap mapping, SceneTreeWithShader.Leaf node, String textureType, POVNode nodeExport, POVExport export) protected voidPOVNode.exportMaterial(SceneTreeWithShader.Leaf node, Shader front, Shader back, ChannelMap mapping, POVExport export) protected voidPOVNode.exportTextureFooter(Phong mat, ChannelMap mapping, SceneTreeWithShader.Leaf node, POVExport export) -
Uses of ChannelMap in de.grogra.ext.x3d.exportation
Fields in de.grogra.ext.x3d.exportation with type parameters of type ChannelMapModifier and TypeFieldDescriptionstatic HashMap<ChannelMap, String> AppearanceExport.imageFileMapMap for linking channel maps to exported image files to avoid duplicated exporting of same maps. -
Uses of ChannelMap in de.grogra.glsl.material
Methods in de.grogra.glsl.material with parameters of type ChannelMapModifier and TypeMethodDescriptionGLSLDefaultInput.generate(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int channel) GLSLSphereTracedInput.generate(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int channel) GLSLSphereTracedInputParallel.generate(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int channel) -
Uses of ChannelMap in de.grogra.glsl.material.channel
Methods in de.grogra.glsl.material.channel with parameters of type ChannelMapModifier and TypeMethodDescriptionGLSLAffineUVTransformation.generate(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int channel) GLSLBumpMap.generate(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int channel) GLSLChannelBlend.generate(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int channel) abstract ResultGLSLChannelMap.generate(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int Channel) This should be used instead of the other oneGLSLChecker.generate(ChannelMap channelMap, MaterialConfiguration config, GLSLChannelMap inputChannelMap, int channel) GLSLGraytone.generate(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int channel) GLSLImageMap.generate(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int channel) GLSLRGBColor.generate(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int channel) GLSLSurfaceMap.generate(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int Channel) GLSLSyntheticTexture.generate(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int channel) GLSLTurbulence.generate(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int channel) GLSLVolumeChecker.generate(ChannelMap data, MaterialConfiguration sc, GLSLChannelMap inputChannnel, int requestedChannel) GLSLVolumeFunction.generate(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int channel) GLSLXYZTransformation.generate(ChannelMap inp, MaterialConfiguration sc, GLSLChannelMap inpChan, int channel) abstract ResultGLSLSurfaceMap.generateImpl(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int Channel) static ResultGLSLChannelMap.generateResult(ChannelMap inp, MaterialConfiguration sc, GLSLChannelMap inpChan, int requestedChannel) static ResultGLSLChannelMap.generateResult(ChannelMap inp, MaterialConfiguration sc, GLSLChannelMap inpChan, int requestedChannel, ChannelMap defaultInp) static ResultGLSLChannelMap.generateResultWithChannelDefault(ChannelMap inp, MaterialConfiguration sc, GLSLChannelMap inpChan, int requestedChannel) GLSLGradient.generateVolumeData(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int channel) GLSLGranite.generateVolumeData(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int channel) GLSLJulia.generateVolumeData(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int channel) GLSLLeopard.generateVolumeData(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int channel) GLSLMandel.generateVolumeData(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int channel) abstract ResultGLSLVolumeFunction.generateVolumeData(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int channel) GLSLVolumeTurbulence.generateVolumeData(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int channel) GLSLWood.generateVolumeData(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int channel) ChannelCollection.getGLSLObject(ChannelMap inp) static GLSLChannelMapGLSLChannelMap.getGLSLObject(ChannelMap inp) -
Uses of ChannelMap in de.grogra.glsl.renderable
Methods in de.grogra.glsl.renderable with parameters of type ChannelMapModifier and TypeMethodDescriptionGLSLPlaneInput.generate(ChannelMap inp, MaterialConfiguration cs, GLSLChannelMap inpChan, int channel) -
Uses of ChannelMap in de.grogra.gpuflux.imp3d.shading
Classes in de.grogra.gpuflux.imp3d.shading that implement ChannelMap -
Uses of ChannelMap in de.grogra.gpuflux.scene.shading.channel
Methods in de.grogra.gpuflux.scene.shading.channel with parameters of type ChannelMapModifier and TypeMethodDescriptionprotected voidFluxChannelMapBuilder.addCachedChannelMap(FluxChannelMap fluxCm, ChannelMap channelMapNode, Object key) protected voidFluxChannelMapBuilder.addChannelMap(FluxChannelMap fluxCm, ChannelMap channelMapNode) FluxChannelMapBuilder.buildChannelMap(ChannelMap channelMap) FluxChannelMapBuilder.buildChannelMap(ChannelMap channelMap, ColorMap defaultChannel) voidFluxChannelMapBuilder.visit(ChannelMap channelMap) -
Uses of ChannelMap in de.grogra.imp3d.msml
Methods in de.grogra.imp3d.msml with parameters of type ChannelMapModifier and TypeMethodDescriptionprotected static Vector3fX3DMSMLDatatype.getVector3fFromChannelMap(ChannelMap cm) -
Uses of ChannelMap in de.grogra.imp3d.objects
Methods in de.grogra.imp3d.objects that return ChannelMapMethods in de.grogra.imp3d.objects with parameters of type ChannelMap -
Uses of ChannelMap in de.grogra.imp3d.shading
Classes in de.grogra.imp3d.shading that implement ChannelMapModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassA Filter is the base for 3D image filtering operations.classclassclassclassclassclassclassclassclassAPhongshader represents a Phong-like reflector.classclassclassclassclassclassclassclassclassclassclassclassMethods in de.grogra.imp3d.shading that return ChannelMapModifier and TypeMethodDescriptionPhong.getAmbient()Checker.getColor1()VolumeChecker.getColor1()Checker.getColor2()VolumeChecker.getColor2()Phong.getDiffuse()Phong.getDiffuseTransparency()BumpMap.getDisplacement()Phong.getEmissive()BlendItem.getInput()ChannelMapNode.getInput()Phong.getShininess()Phong.getSpecular()Phong.getTransparency()Phong.getTransparencyShininess()Methods in de.grogra.imp3d.shading with parameters of type ChannelMapModifier and TypeMethodDescriptionvoidPhong.setAmbient(ChannelMap value) voidPhong.setDiffuse(ChannelMap value) voidPhong.setDiffuseTransparency(ChannelMap value) voidBumpMap.setDisplacement(ChannelMap value) voidPhong.setEmissive(ChannelMap value) voidBlendItem.setInput(ChannelMap value) voidChannelMapNode.setInput(ChannelMap value) voidPhong.setShininess(ChannelMap value) voidPhong.setSpecular(ChannelMap value) voidPhong.setTransparency(ChannelMap value) voidPhong.setTransparencyShininess(ChannelMap value) Constructors in de.grogra.imp3d.shading with parameters of type ChannelMapModifierConstructorDescriptionBlendItem(ChannelMap input, float value, BlendItem next) ChannelBlend(ChannelMap input) -
Uses of ChannelMap in de.grogra.math
Subinterfaces of ChannelMap in de.grogra.mathClasses in de.grogra.math that implement ChannelMapMethods in de.grogra.math that return ChannelMapMethods in de.grogra.math with parameters of type ChannelMapModifier and TypeMethodDescriptionChannelData.createSink(ChannelMap map) ChannelData.getData(ChannelMap map) ChannelMapInput.getUserData(ChannelMap sink, ChannelMap def) Returns an empty instance ofChannelDatafor the use in method implementations that perform computations based onChannelMaps.ChannelData.initDefault(ChannelMap map) voidChannelMapVisitor.visit(ChannelMap channelMap)