OSG  3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
osgTerrain::ValidDataOperator Struct Reference

#include <ValidDataOperator.h>

Inheritance diagram for osgTerrain::ValidDataOperator:
Inheritance graph
[legend]
Collaboration diagram for osgTerrain::ValidDataOperator:
Collaboration graph
[legend]

Public Member Functions

virtual bool operator() (float) const
 
virtual bool operator() (const osg::Vec2 &value) const
 
virtual bool operator() (const osg::Vec3 &value) const
 
virtual bool operator() (const osg::Vec4 &value) const
 
- Public Member Functions inherited from osg::Referenced
 Referenced ()
 
 Referenced (bool threadSafeRefUnref)
 
 Referenced (const Referenced &)
 
Referencedoperator= (const Referenced &)
 
virtual void setThreadSafeRefUnref (bool threadSafe)
 
bool getThreadSafeRefUnref () const
 
OpenThreads::MutexgetRefMutex () const
 
int ref () const
 
int unref () const
 
int unref_nodelete () const
 
int referenceCount () const
 
ObserverSetgetObserverSet () const
 
ObserverSetgetOrCreateObserverSet () const
 
void addObserver (Observer *observer) const
 
void removeObserver (Observer *observer) const
 

Additional Inherited Members

- Static Public Member Functions inherited from osg::Referenced
static OpenThreads::MutexgetGlobalReferencedMutex ()
 
static void setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting)
 
static bool getThreadSafeReferenceCounting ()
 
static void setDeleteHandler (DeleteHandler *handler)
 
static DeleteHandlergetDeleteHandler ()
 
- Protected Member Functions inherited from osg::Referenced
virtual ~Referenced ()
 
void signalObserversAndDelete (bool signalDelete, bool doDelete) const
 
void deleteUsingDeleteHandler () const
 
- Protected Attributes inherited from osg::Referenced
OpenThreads::AtomicPtr _observerSet
 
OpenThreads::Atomic _refCount
 

Detailed Description

Definition at line 25 of file ValidDataOperator.h.

Member Function Documentation

virtual bool osgTerrain::ValidDataOperator::operator() ( float  ) const
inlinevirtual

Reimplemented in osgTerrain::NoDataValue, and osgTerrain::ValidRange.

Definition at line 27 of file ValidDataOperator.h.

virtual bool osgTerrain::ValidDataOperator::operator() ( const osg::Vec2 value) const
inlinevirtual

Definition at line 28 of file ValidDataOperator.h.

Here is the call graph for this function:

Here is the caller graph for this function:

virtual bool osgTerrain::ValidDataOperator::operator() ( const osg::Vec3 value) const
inlinevirtual

Definition at line 29 of file ValidDataOperator.h.

Here is the call graph for this function:

Here is the caller graph for this function:

virtual bool osgTerrain::ValidDataOperator::operator() ( const osg::Vec4 value) const
inlinevirtual

Definition at line 30 of file ValidDataOperator.h.

Here is the call graph for this function:

Here is the caller graph for this function:


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