MFMv2.0.10
Movable Feast Machine Simulator 2.0.10
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes
MFM::Element_Xtal_General< CC > Class Template Reference
Inheritance diagram for MFM::Element_Xtal_General< CC >:
MFM::AbstractElement_Xtal< CC > MFM::Element< CC >

Public Types

typedef
MFM::AbstractElement_Xtal< CC >
::XtalSites 
XtalSites
 
- Public Types inherited from MFM::AbstractElement_Xtal< CC >
enum  { R = P::EVENT_WINDOW_RADIUS, SITES = EVENT_WINDOW_SITES(R), BITS = P::BITS_PER_ATOM, XTAL_FIRST_FREE_POS = P3Atom<P>::P3_STATE_BITS_POS }
 
typedef CC::ATOM_TYPE T
 
typedef CC::PARAM_CONFIG P
 
typedef BitVector< SITES > XtalSites
 

Public Member Functions

virtual const T & GetDefaultAtom () const
 
virtual u32 GetSymI (T &atom, EventWindow< CC > &window) const
 
virtual u32 DefaultPhysicsColor () const
 
virtual u32 DefaultLowlightColor () const
 
virtual u32 LocalPhysicsColor (const T &atom, u32 selector) const
 
virtual bool IsSameXtal (T &self, const T &otherAtom, EventWindow< CC > &window) const
 
virtual void GetSites (T &atom, XtalSites &sites, EventWindow< CC > &window) const
 
- Public Member Functions inherited from MFM::AbstractElement_Xtal< CC >
 AbstractElement_Xtal (const UUID &uuid)
 
virtual u32 Diffusability (EventWindow< CC > &ew, SPoint nowAt, SPoint maybeAt) const
 
virtual u32 PercentMovable (const T &you, const T &me, const SPoint &offset) const
 
bool IsAbstractXtalType (EventWindow< CC > &window, u32 type) const
 
virtual void Behavior (EventWindow< CC > &window) const
 
- Public Member Functions inherited from MFM::Element< CC >
 Element (const UUID &uuid)
 
void AllocateType ()
 
u32 GetType () const
 
const char * GetAtomicSymbol () const
 
const char * GetName () const
 
virtual void AppendDescription (const T *atom, OString64 &desc) const
 
bool IsType (u32 type) const
 
const UUIDGetUUID () const
 
virtual u32 PhysicsColor () const
 
virtual const char * GetDescription () const
 
void ToggleLowlightPhysicsColor ()
 
u32 NoDiffusability (EventWindow< CC > &ew, SPoint nowAt, SPoint maybeAt) const
 
const ElementParameters< CC > & GetElementParameters () const
 
ElementParameters< CC > & GetElementParameters ()
 
const AtomicParameters< CC > & GetAtomicParameters () const
 
AtomicParameters< CC > & GetAtomicParameters ()
 

Static Public Member Functions

static const u32 TYPE ()
 
- Static Public Member Functions inherited from MFM::AbstractElement_Xtal< CC >
static u32 GetIndex (const SPoint coord)
 
static bool ReadBit (const XtalSites &sites, const SPoint coord)
 
static void WriteBit (XtalSites &sites, const SPoint coord, bool val)
 

Static Public Attributes

static Element_Xtal_General THE_INSTANCE
 
- Static Public Attributes inherited from MFM::Element< CC >
static const u32 COMPLETE_DIFFUSABILITY = 1000
 

Additional Inherited Members

- Protected Member Functions inherited from MFM::Element< CC >
virtual T BuildDefaultAtom () const
 
const BitVector
< P::BITS_PER_ATOM > & 
GetBits (const T &atom) const
 
BitVector< P::BITS_PER_ATOM > & GetBits (T &atom) const
 
bool IsValidAtomicSymbol (const char *symbol)
 
void SetAtomicSymbol (const char *symbol)
 
void SetName (const char *name)
 
void Diffuse (EventWindow< CC > &window) const
 

Member Function Documentation

template<class CC >
virtual u32 MFM::Element_Xtal_General< CC >::DefaultLowlightColor ( ) const
inlinevirtual

Gets the 32-bit ARGB formatted color that all Atoms of this Element will be drawn with when they have lowlight drawing enabled.

Returns
The lowlight color to draw all Atoms of this Element with.

Reimplemented from MFM::Element< CC >.

template<class CC >
virtual u32 MFM::Element_Xtal_General< CC >::DefaultPhysicsColor ( ) const
inlinevirtual

Gets the 32-bit ARGB formatted color that all Atoms of this Element will be drawn with.

Returns
The 32-bit ARGB formatted color that all Atoms of this Element will be drawn with.

Implements MFM::Element< CC >.

template<class CC >
virtual const T& MFM::Element_Xtal_General< CC >::GetDefaultAtom ( ) const
inlinevirtual

Gets the default Atom of this Element . If this Element has not been assigned a type through AllocateType() , this will FAIL with ILLEGAL_STATE. NOTE: The defaultAtom returned here will have been constructed by Element::BuildDefaultAtom, which leaves all state bits zero. If this is not desirable, element subclasses should override this to provide their own default atom initialization.

Returns
The default Atom of this Element.
See Also
BuildDefaultAtom

Reimplemented from MFM::Element< CC >.

template<class CC >
virtual bool MFM::Element_Xtal_General< CC >::IsSameXtal ( T &  self,
const T &  otherAtom,
EventWindow< CC > &  window 
) const
inlinevirtual

XtalGens are only truly the same if their sites are identical.

Reimplemented from MFM::AbstractElement_Xtal< CC >.

template<class CC >
virtual u32 MFM::Element_Xtal_General< CC >::LocalPhysicsColor ( const T &  atom,
u32  selector 
) const
inlinevirtual

Used during rendering, will select a color for any Atom of this Element to be rendered with. This should be overridden if wanting to use a gradient or some other variable color based on the body of the specified Atom .

Parameters
atomThe Atom of this element of which to find a color for.
selectorAn additional argument which may be used to determine the color of which to render atom
Returns
The 32-bit ARGB color of which to render atom with.

Reimplemented from MFM::Element< CC >.


The documentation for this class was generated from the following file: