CMS 3D CMS Logo

Public Member Functions | Public Attributes

NodeCut::MatchLessHit Class Reference

List of all members.

Public Member Functions

def __init__
def match

Public Attributes

 count

Detailed Description

Definition at line 49 of file NodeCut.py.


Constructor & Destructor Documentation

def NodeCut::MatchLessHit::__init__ (   self,
  count 
)

Definition at line 50 of file NodeCut.py.

00051                             :
        self.count = count

Member Function Documentation

def NodeCut::MatchLessHit::match (   self,
  nline 
)

Definition at line 52 of file NodeCut.py.

00053                          :
00054         return self.count < nline.attr[3]


Member Data Documentation

Definition at line 50 of file NodeCut.py.