|
FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
|
A computational state to compute normals of a surface, possibly asynchroneously in a thread. More...
#include <FComputeNormals.hpp>
Public Member Functions | |
| void | run () override |
| void | clear () |
Public Member Functions inherited from Wizt::VTask | |
| bool | sendMessage (const RefPtr< VTaskMessage > &msg) const |
| bool | SyncFromContextValue (const RefPtr< ValuePool > &GhostValues, const string &member) override |
| void | valueChanged (const RefPtr< VValueBase > &value, const ValuePoolPtr &Context, const ValueNotifierList *DoNotBroadcast, const ValueMap *VP=0) override |
Public Member Functions inherited from Wizt::VInputBase | |
| bool | activateNotification () const |
| void | notify (const ValueNotifierList *Source, const Wizt::ValuePoolPtr &) const |
| VInputBase (const WeakPtr< VParameter > &owner) | |
Public Member Functions inherited from MemCore::ReferenceBase< ValueNotifier > | |
| auto | getObjectCountID () const noexcept |
| bool | isIdentical (const WeakPtr< Object, Object > &PossibleSelf) const noexcept |
| void | mkAutoDestructive () |
| refcount_t | refcount () const noexcept |
| ReferenceBase (Object *that) noexcept | |
| const auto & | self () const |
| refcount_t | wrefcount () const noexcept |
Public Member Functions inherited from MemCore::Intercube | |
| void | addInterface (const RefPtr< InterfaceBase > &I) const |
| void | addInterfaceData (const Data &D) |
| void | addInterfaceData (const Data &D) |
| void | clearInterfaces () |
| bool | const_iterateInterfaces (const RefPtr< InterfaceIterationParameter > &IIP) const |
| virtual RefPtr< InterfaceBase > | createInterface (const type_info &) const |
| RefPtr< InterfaceBase > | findInterface (const type_info &t) const |
| RefPtr< InterfaceBase > | getInterface (const type_info &t) |
| std::string | getInterfaceNames (const char delim=';') const |
| bool | gotNewInterfaceData (const Data &D) |
| bool | gotNewInterfaceData (mutex &M, const Data &D) |
| bool | gotNewInterfaceData (mutex &M, const Data &D) |
| bool | gotNewInterfaceData (mutex &M, const Data &D, const Selector &S) |
| bool | gotNewInterfaceData (mutex &M, const Data &D, const Selector *S) |
| bool | hasChangedInterfaceData (const Data &D) const |
| bool | hasChangedInterfaceData (const Data &D) const |
| bool | hasChangedInterfaceData (const Data &D, const Selector &) const |
| bool | hasChangedInterfaceData (const Data &D, const Selector *) const |
| bool | hasInterface (const type_info &t) const |
| bool | iterateInterfaces (const RefPtr< InterfaceIterationParameter > &IIP) |
| void | printInterfaces () const |
| void | registerInterface (const type_info &t) |
| void | removeInterface () |
| void | removeInterfaceBase (const type_info &InterfaceBaseID) |
Public Attributes | |
| RefPtr< Fiber::Field > | CoordField |
| RefPtr< Fiber::Field > | CellField |
| RefPtr< Fiber::Field > | VertexNormalField |
| RefPtr< Fiber::Field > | CellNormalField |
Additional Inherited Members | |
Public Types inherited from MemCore::ReferenceBase< ValueNotifier > | |
| typedef Object | reference_domain_t |
| typedef WeakPtr< Object, Object > | SelfPtr_t |
Protected Member Functions inherited from MemCore::ReferenceBase< ValueNotifier > | |
| virtual void | extremeUnction () |
| ReferenceBase & | operator= (const ReferenceBase &R) |
| void | suicide () |
A computational state to compute normals of a surface, possibly asynchroneously in a thread.
|
overridevirtual |
Implements Wizt::VTask.