Web Analytics Made Easy - Statcounter
Skip to content

Class SBCFunctorPredicate1#

template <typename T0>

ClassList > SBCFunctorPredicate1

Inherits the following classes: SBCFunctor1< bool, T0 >

Inherited by the following classes: SBCFunctorPredicateAnd1, SBCFunctorPredicateAndAnd1, SBCFunctorPredicateEqualTo1, SBCFunctorPredicateGreaterThan1, SBCFunctorPredicateGreaterThanOrEqualTo1, SBCFunctorPredicateLessThan1, SBCFunctorPredicateLessThanOrEqualTo1, SBCFunctorPredicateNot1, SBCFunctorPredicateNotEqualTo1, SBCFunctorPredicateOr1, SBCFunctorPredicateOrOr1, SBCFunctorPredicateXOr1, SBDDataGraphNode::All, SBDDataGraphNode::DescendsFrom, SBDDataGraphNode::HasMaterial, SBDDataGraphNode::HasOneOf, SBDDataGraphNode::IsAtom, SBDDataGraphNode::IsBallAndStick, SBDDataGraphNode::IsBond, SBDDataGraphNode::IsCartoon, SBDDataGraphNode::IsCreated, SBDDataGraphNode::IsDynamicalModel, SBDDataGraphNode::IsErased, SBDDataGraphNode::IsGaussianSurface, SBDDataGraphNode::IsHighlighted, SBDDataGraphNode::IsIn, SBDDataGraphNode::IsInteractionModel, SBDDataGraphNode::IsLicorice, SBDDataGraphNode::IsLight, SBDDataGraphNode::IsLocked, SBDDataGraphNode::IsMesh, SBDDataGraphNode::IsModel, SBDDataGraphNode::IsOneOf, SBDDataGraphNode::IsPropertyModel, SBDDataGraphNode::IsRibbon, SBDDataGraphNode::IsSelected, SBDDataGraphNode::IsSerializable, SBDDataGraphNode::IsSimulator, SBDDataGraphNode::IsSolventAccessibleSurface, SBDDataGraphNode::IsSolventExcludedSurface, SBDDataGraphNode::IsStructuralModel, SBDDataGraphNode::IsStructuralNode, SBDDataGraphNode::IsTube, SBDDataGraphNode::IsType, SBDDataGraphNode::IsVanDerWaals, SBDDataGraphNode::IsVisible, SBDDataGraphNode::IsVisualModel, SBDDataGraphNode::None, SBDDataGraphNode::OwnsMaterial, SBMStructuralModelNodeAtom::IsBeyond, SBMStructuralModelNodeAtom::IsWithin, SBMStructuralModelNodeBond::IsLinking, SBMStructuralModelNodeHydrogenBond::IsLinking, SBNodePredicateTrue

Public Functions#

Type Name
SBCFunctorPredicate1 ()
virtual SBCFunctorPredicate1< T0 > * clone () override const
virtual bool operator() (T0 t0) override
virtual bool operator() (T0 t0) override const
virtual ~SBCFunctorPredicate1 ()

Public Functions Documentation#

function SBCFunctorPredicate1#

inline SBCFunctorPredicate1::SBCFunctorPredicate1 () 

function clone#

inline virtual SBCFunctorPredicate1< T0 > * SBCFunctorPredicate1::clone () override const

function operator() [1/2]#

inline virtual bool SBCFunctorPredicate1::operator() (
    T0 t0
) override

function operator() [2/2]#

inline virtual bool SBCFunctorPredicate1::operator() (
    T0 t0
) override const

function ~SBCFunctorPredicate1#

inline virtual SBCFunctorPredicate1::~SBCFunctorPredicate1 ()