Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/opencascade/ShapeAnalysis_CheckSmallFace.lxx is written in an unsupported language. File is not indexed.

0001 // Copyright (c) 1999-2014 OPEN CASCADE SAS
0002 //
0003 // This file is part of Open CASCADE Technology software library.
0004 //
0005 // This library is free software; you can redistribute it and/or modify it under
0006 // the terms of the GNU Lesser General Public License version 2.1 as published
0007 // by the Free Software Foundation, with special exception defined in the file
0008 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
0009 // distribution for complete text of the license and disclaimer of any warranty.
0010 //
0011 // Alternatively, this file may be used under the terms of Open CASCADE
0012 // commercial license or contractual agreement.
0013 
0014 #include <ShapeExtend.hxx>
0015 
0016 inline bool ShapeAnalysis_CheckSmallFace::Status(const ShapeExtend_Status status) const
0017 {
0018   return ShapeExtend::DecodeStatus(myStatus, status);
0019 }
0020 
0021 inline void ShapeAnalysis_CheckSmallFace::SetTolerance(const double tol)
0022 {
0023   myPrecision = tol;
0024 }
0025 
0026 inline double ShapeAnalysis_CheckSmallFace::Tolerance() const
0027 {
0028   return myPrecision;
0029 }
0030 
0031 inline bool ShapeAnalysis_CheckSmallFace::StatusSpot(const ShapeExtend_Status status) const
0032 {
0033   return ShapeExtend::DecodeStatus(myStatusSpot, status);
0034 }
0035 
0036 inline bool ShapeAnalysis_CheckSmallFace::StatusStrip(const ShapeExtend_Status status) const
0037 {
0038   return ShapeExtend::DecodeStatus(myStatusStrip, status);
0039 }
0040 
0041 inline bool ShapeAnalysis_CheckSmallFace::StatusPin(const ShapeExtend_Status status) const
0042 {
0043   return ShapeExtend::DecodeStatus(myStatusPin, status);
0044 }
0045 
0046 inline bool ShapeAnalysis_CheckSmallFace::StatusTwisted(const ShapeExtend_Status status) const
0047 {
0048   return ShapeExtend::DecodeStatus(myStatusTwisted, status);
0049 }
0050 
0051 inline bool ShapeAnalysis_CheckSmallFace::StatusPinFace(const ShapeExtend_Status status) const
0052 {
0053   return ShapeExtend::DecodeStatus(myStatusPinFace, status);
0054 }
0055 
0056 inline bool ShapeAnalysis_CheckSmallFace::StatusPinEdges(const ShapeExtend_Status status) const
0057 {
0058   return ShapeExtend::DecodeStatus(myStatusPinEdges, status);
0059 }
0060 
0061 inline bool ShapeAnalysis_CheckSmallFace::StatusSplitVert(const ShapeExtend_Status status) const
0062 {
0063   return ShapeExtend::DecodeStatus(myStatusSplitVert, status);
0064 }