Blender  V3.3
Public Member Functions | List of all members
Freestyle::Predicates1D::SameShapeIdBP1D Class Reference

#include <Predicates1D.h>

Inheritance diagram for Freestyle::Predicates1D::SameShapeIdBP1D:
Freestyle::BinaryPredicate1D

Public Member Functions

string getName () const
 
int operator() (Interface1D &i1, Interface1D &i2)
 
- Public Member Functions inherited from Freestyle::BinaryPredicate1D
 BinaryPredicate1D ()
 
virtual ~BinaryPredicate1D ()
 

Additional Inherited Members

- Public Attributes inherited from Freestyle::BinaryPredicate1D
bool result
 
voidpy_bp1D
 

Detailed Description

Returns true if the Interface1D i1 and i2 belong to the same shape.

Definition at line 499 of file Predicates1D.h.

Member Function Documentation

◆ getName()

string Freestyle::Predicates1D::SameShapeIdBP1D::getName ( ) const
inlinevirtual

Returns the string "SameShapeIdBP1D"

Reimplemented from Freestyle::BinaryPredicate1D.

Definition at line 502 of file Predicates1D.h.

◆ operator()()

int Freestyle::Predicates1D::SameShapeIdBP1D::operator() ( Interface1D i1,
Interface1D i2 
)
inlinevirtual

The () operator.

Reimplemented from Freestyle::BinaryPredicate1D.

Definition at line 508 of file Predicates1D.h.

References Freestyle::Functions1D::getShapeF1D(), i1, and Freestyle::BinaryPredicate1D::result.


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