Uses of Class
core.field.Vec3Field

Packages that use Vec3Field
core.image This package creates and evolves the individual FLIC images making up a movie of a given experiment. 
core.postprocessing This package performs various operations on the images created by a given simulation of an experiment after the images are created by the classes in core.dflic
 

Uses of Vec3Field in core.image
 

Methods in core.image with parameters of type Vec3Field
 void RGBImage.fromScalarImageMagnitude(ScalarImage image, Vec2Field f, Vec2Transform ftoi, Vec3Field func)
           
 

Uses of Vec3Field in core.postprocessing
 

Subclasses of Vec3Field in core.postprocessing
 class Colorizer
          Colorizer adds color to a given LIC image after it has been computed (post processing).