HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::GridNamePred Struct Reference

Predicate functor that returns true for grids that have a specified name. More...

#include <Grid.h>

Public Member Functions

 GridNamePred (const Name &_name)
 
bool operator() (const GridBase::ConstPtr &g) const
 

Public Attributes

Name name
 

Detailed Description

Predicate functor that returns true for grids that have a specified name.

Definition at line 530 of file Grid.h.

Constructor & Destructor Documentation

openvdb::OPENVDB_VERSION_NAME::GridNamePred::GridNamePred ( const Name _name)
inline

Definition at line 532 of file Grid.h.

Member Function Documentation

bool openvdb::OPENVDB_VERSION_NAME::GridNamePred::operator() ( const GridBase::ConstPtr g) const
inline

Definition at line 533 of file Grid.h.

Member Data Documentation

Name openvdb::OPENVDB_VERSION_NAME::GridNamePred::name

Definition at line 534 of file Grid.h.


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