SPH
|
Interface for objects assigning colors to particles. More...
#include <Colorizer.h>
Public Member Functions | |
virtual bool | hasData (const Storage &storage) const =0 |
Checks if the storage constains all data necessary to initialize the colorizer. More... | |
virtual void | initialize (const Storage &storage, const RefEnum ref)=0 |
Initialize the colorizer before by getting necessary quantities from storage. More... | |
virtual bool | isInitialized () const =0 |
Checks if the colorizer has been initialized. More... | |
virtual Rgba | evalColor (const Size idx) const =0 |
Returns the color of idx-th particle. More... | |
virtual Optional< float > | evalScalar (const Size UNUSED(idx)) const |
Returns the scalar representation of the colorized quantity for idx-th particle. More... | |
virtual Optional< Vector > | evalVector (const Size UNUSED(idx)) const |
Returns the vector representation of the colorized quantity for idx-th particle. More... | |
virtual Optional< Particle > | getParticle (const Size idx) const =0 |
Returns the original value of the displayed quantity. More... | |
virtual Optional< Palette > | getPalette () const =0 |
Returns recommended palette for drawing this colorizer. More... | |
virtual void | setPalette (const Palette &newPalette)=0 |
Modifies the palette used by ths colorizer. More... | |
virtual std::string | name () const =0 |
Returns the name of the colorizer. More... | |
![]() | |
virtual | ~Polymorphic () |
Interface for objects assigning colors to particles.
Used to add a layer of abstraction between quantity values and displayed colors, allowing to visualize various information that isn't directly stored as quantity, like relative values of quantitiees, angular dependence of velocities, etc. Usually though, one wants to display raw quantity values, which can be accomplished by TypedColorizer.
Definition at line 34 of file Colorizer.h.
Returns the color of idx-th particle.
Implemented in GravityColorizer, ComponentIdColorizer, IdColorizerTemplate< TDerived >, IdColorizerTemplate< AggregateIdColorizer >, IdColorizerTemplate< IndexColorizer >, IdColorizerTemplate< ParticleIdColorizer >, IdColorizerTemplate< ComponentIdColorizer >, BoundaryColorizer, UvwColorizer, RadiusColorizer, BeautyColorizer, DamageActivationColorizer, YieldReductionColorizer, EnergyColorizer, StressColorizer, SummedDensityColorizer, DensityPerturbationColorizer, CorotatingVelocityColorizer, DirectionColorizer, TypedColorizer< Type >, TypedColorizer< Float >, and TypedColorizer< Vector >.
Returns the scalar representation of the colorized quantity for idx-th particle.
If there is no reasonable scalar representation (boundary particles, for example), returns NOTHING
Definition at line 57 of file Colorizer.h.
Returns the vector representation of the colorized quantity for idx-th particle.
If there is no reasonable vector representation (which is true for any non-vector quantity) or the function is not defined, return NOTHING.
Reimplemented in GravityColorizer, EnergyColorizer, and StressColorizer.
Definition at line 65 of file Colorizer.h.
Returns recommended palette for drawing this colorizer.
In case there is no palette, returns NOTHING.
Implemented in IdColorizerTemplate< TDerived >, IdColorizerTemplate< AggregateIdColorizer >, IdColorizerTemplate< IndexColorizer >, IdColorizerTemplate< ParticleIdColorizer >, IdColorizerTemplate< ComponentIdColorizer >, BoundaryColorizer, UvwColorizer, BeautyColorizer, DamageActivationColorizer, TemperatureColorizer, EnergyColorizer, StressColorizer, SummedDensityColorizer, DensityPerturbationColorizer, CorotatingVelocityColorizer, DirectionColorizer, TypedColorizer< Type >, TypedColorizer< Float >, and TypedColorizer< Vector >.
Returns the original value of the displayed quantity.
If no such value exists, returns NOTHING.
Implemented in MaterialColorizer, ComponentIdColorizer, ParticleIdColorizer, IdColorizerTemplate< TDerived >, IdColorizerTemplate< AggregateIdColorizer >, IdColorizerTemplate< IndexColorizer >, IdColorizerTemplate< ParticleIdColorizer >, IdColorizerTemplate< ComponentIdColorizer >, RadiusColorizer, BeautyColorizer, TemperatureColorizer, EnergyColorizer, StressColorizer, SummedDensityColorizer, DensityPerturbationColorizer, CorotatingVelocityColorizer, DirectionColorizer, AccelerationColorizer, VelocityColorizer, TypedColorizer< Type >, TypedColorizer< Float >, and TypedColorizer< Vector >.
|
pure virtual |
Checks if the storage constains all data necessary to initialize the colorizer.
Implemented in IndexColorizer, AggregateIdColorizer, ComponentIdColorizer, BoundaryColorizer, UvwColorizer, BeautyColorizer, DamageActivationColorizer, TemperatureColorizer, EnergyColorizer, StressColorizer, DensityPerturbationColorizer, CorotatingVelocityColorizer, DirectionColorizer, AccelerationColorizer, VelocityColorizer, TypedColorizer< Type >, TypedColorizer< Float >, and TypedColorizer< Vector >.
Initialize the colorizer before by getting necessary quantities from storage.
Can only be called if hasData returns true. Must be called before evalColor is called, every time step as ArrayViews taken from storage might be invalidated.
storage | Particle storage containing source data to be drawn. |
ref | Specifies how the object refereneces the data required for evaluation; either the buffers are copied and stored in the colorizer, or only references to the the storage are kept. |
Implemented in MaterialColorizer, IndexColorizer, ComponentIdColorizer, ParticleIdColorizer, BoundaryColorizer, UvwColorizer, RadiusColorizer, BeautyColorizer, DamageActivationColorizer, TemperatureColorizer, EnergyColorizer, StressColorizer, SummedDensityColorizer, DensityPerturbationColorizer, CorotatingVelocityColorizer, DirectionColorizer, AccelerationColorizer, VelocityColorizer, TypedColorizer< Type >, TypedColorizer< Float >, and TypedColorizer< Vector >.
|
pure virtual |
Checks if the colorizer has been initialized.
Implemented in GravityColorizer, IndexColorizer, AggregateIdColorizer, ComponentIdColorizer, ParticleIdColorizer, BoundaryColorizer, UvwColorizer, BeautyColorizer, DamageActivationColorizer, EnergyColorizer, StressColorizer, SummedDensityColorizer, DensityPerturbationColorizer, CorotatingVelocityColorizer, DirectionColorizer, TypedColorizer< Type >, TypedColorizer< Float >, and TypedColorizer< Vector >.
|
pure virtual |
Returns the name of the colorizer.
This is used when showing the colorizer in the window and as filename suffix.
Implemented in GravityColorizer, IndexColorizer, AggregateIdColorizer, ComponentIdColorizer, ParticleIdColorizer, BoundaryColorizer, UvwColorizer, RadiusColorizer, BeautyColorizer, DamageActivationColorizer, YieldReductionColorizer, TemperatureColorizer, EnergyColorizer, StressColorizer, SummedDensityColorizer, DensityPerturbationColorizer, CorotatingVelocityColorizer, DirectionColorizer, AccelerationColorizer, VelocityColorizer, TypedColorizer< Type >, TypedColorizer< Float >, and TypedColorizer< Vector >.
|
pure virtual |
Modifies the palette used by ths colorizer.
Implemented in BeautyColorizer, DamageActivationColorizer, TemperatureColorizer, EnergyColorizer, StressColorizer, SummedDensityColorizer, DensityPerturbationColorizer, CorotatingVelocityColorizer, DirectionColorizer, TypedColorizer< Type >, TypedColorizer< Float >, and TypedColorizer< Vector >.