Lightmetrica  0.0.1.50dbee3 (yosakoi)
 All Classes Functions Variables Typedefs Enumerations Enumerator
Public Member Functions | List of all members
BPTPowerHeuristicsNaiveMISWeight Class Referencefinal

Public Member Functions

 LM_COMPONENT_IMPL_DEF ("powernaive")
 
virtual bool Configure (const ConfigNode &node, const Assets &assets) override
 
virtual BPTMISWeightClone () const override
 
virtual Math::Float Evaluate (const BPTFullPath &fullPath) const override
 
- Public Member Functions inherited from BPTMISWeight
 LM_COMPONENT_INTERFACE_DEF ("bpt.mis")
 
- Public Member Functions inherited from Component
virtual std::string ComponentInterfaceTypeName () const =0
 
virtual std::string ComponentImplTypeName () const =0
 
- Public Member Functions inherited from SIMDAlignedType
void * operator new (std::size_t size) throw (std::bad_alloc)
 
void operator delete (void *p)
 

Detailed Description

Power heuristics MIS weight (naive version). Implements power heuristics.

Inheritance diagram for BPTPowerHeuristicsNaiveMISWeight:
BPTMISWeight Component SIMDAlignedType

Member Function Documentation

BPTMISWeight * BPTPowerHeuristicsNaiveMISWeight::Clone ( ) const
overridevirtual

Clone the instance.

Returns
Duplicated instance.

Implements BPTMISWeight.

bool BPTPowerHeuristicsNaiveMISWeight::Configure ( const ConfigNode node,
const Assets assets 
)
overridevirtual

Configure. Configures MIS weighting function.

Parameters
nodeA XML element which consists of mis_weight element.
assetsAssets manager.
Return values
trueSucceeded to configure.
falseFailed to configure.

Implements BPTMISWeight.

Math::Float BPTPowerHeuristicsNaiveMISWeight::Evaluate ( const BPTFullPath fullPath) const
overridevirtual

Evaluate MIS weight w_{s,t}.

Parameters
fullPathFull-path.
Returns
MIS weight.

Implements BPTMISWeight.


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