Standard
Class Standard_TrapModeSecondFarthest

Object
  extended by common:Generic
      extended by common:TrapMode
          extended by common:TrapModeWithThreshold
              extended by Standard:Standard_TrapModeBase
                  extended by Standard:Standard_TrapModeTwoBase
                      extended by Standard:Standard_TrapModeTwoFarthest
                          extended by Standard:Standard_TrapModeSecondFarthest

class 
Standard_TrapModeTwoFarthest:Standard_TrapModeSecondFarthest



Ultra Fractal Source

Toggle UF Source Code Display

 class Standard_TrapModeSecondFarthest(Standard_TrapModeTwoFarthest) {
 public:
   func Result()
     ResultSubtract()
   endfunc
 default:
   title = "Second Farthest"
 }
 


Constructor Summary
Standard_TrapModeSecondFarthest()
           
 
Method Summary
 void Result()
          call this to compute final results
 
Methods inherited from class Standard:Standard_TrapModeTwoFarthest
Iterate
 
Methods inherited from class Standard:Standard_TrapModeTwoBase
MoveTrapInfo, ResultSubtract
 
Methods inherited from class Standard:Standard_TrapModeBase
Init, SetTrapInfo
 
Methods inherited from class common:TrapModeWithThreshold
GetThreshold, SetThreshold, UsesThreshold
 
Methods inherited from class common:TrapMode
GetDistance, GetIteration, GetTexture, GetTransformedPoint, GetUntransformedPoint, IsSolid, IterateSilent
 
Methods inherited from class common:Generic
GetParent
 
Methods inherited from class Object
 

Constructor Detail

Standard_TrapModeSecondFarthest

public Standard_TrapModeSecondFarthest()
Method Detail

Result

public void Result()
Description copied from class: TrapMode
call this to compute final results

Overrides:
Result in class Standard_TrapModeTwoBase