Home
last modified time | relevance | path

Searched refs:theAxes (Results 1 – 12 of 12) sorted by relevance

/dports/biology/avida/avida-2.12.4-src/apps/viewer-macos/frameworks/CorePlot/Source/
H A DCPTAxisSet.m82 NSArray *theAxes = self.axes;
83 [theAxes makeObjectsPerformSelector:@selector(setNeedsLayout)];
84 [theAxes makeObjectsPerformSelector:@selector(setNeedsRelabel)];
H A DCPTPlotArea.m228 NSArray *theAxes = self.axisSet.axes;
230 for ( CPTAxis *axis in theAxes ) {
233 for ( CPTAxis *axis in theAxes ) {
/dports/textproc/zorba/zorba-2.7.0/src/runtime/core/
H A Dpath.cpp334 ulong numSteps = theAxes.size(); in ~PathIterator()
342 theAxes.push_back(axis); in addStep()
354 ulong numSteps = theAxes.size(); in openImpl()
360 switch (theAxes[i]) in openImpl()
431 curAxis = theAxes[curStep]; in nextImpl()
H A Dpath.h291 std::vector<axis_kind_t> theAxes;
300 ar & theAxes; in SERIALIZABLE_CLASS() local
/dports/cad/opencascade/opencascade-7.6.0/src/BRepPrimAPI/
H A DBRepPrimAPI_MakeBox.cxx147 void BRepPrimAPI_MakeBox::Init (const gp_Ax2& theAxes, in Init() argument
152 myWedge = BRepPrim_Wedge (theAxes, theDX, theDY, theDZ); in Init()
H A DBRepPrimAPI_MakeBox.hxx88 Standard_EXPORT void Init (const gp_Ax2& theAxes,
/dports/cad/opencascade/opencascade-7.6.0/src/HLRTest/
H A DHLRTest.cxx437 gp_Ax2 theAxes(anOrigin, aNormal); in reflectlines() local
438 gp_Dir aDX = theAxes.XDirection(); in reflectlines()
474 gp_Ax2 theAxes(anOrigin, aNormal); in hlrin3d() local
475 gp_Dir aDX = theAxes.XDirection(); in hlrin3d()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A Dgp_Parab2d.hxx80 gp_Parab2d (const gp_Ax22d& theAxes, const Standard_Real theFocalLength) in gp_Parab2d() argument
81 : pos (theAxes), in gp_Parab2d()
H A DBRepPrimAPI_MakeBox.hxx88 Standard_EXPORT void Init (const gp_Ax2& theAxes,
/dports/cad/opencascade/opencascade-7.6.0/src/gp/
H A Dgp_Parab2d.hxx80 gp_Parab2d (const gp_Ax22d& theAxes, const Standard_Real theFocalLength) in gp_Parab2d() argument
81 : pos (theAxes), in gp_Parab2d()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A Dgp_Parab2d.hxx86 gp_Parab2d(const gp_Ax22d& theAxes, const Standard_Real theFocalLength);
/dports/biology/molden/molden5.8/
H A Dxwin.c52835 static GLuint theAxes; variable
54989 glDeleteLists(theAxes,1); in ogaxes()
54991 theAxes = -1; in ogaxes()
54992 theAxes = glGenLists(1); in ogaxes()
54994 glNewList(theAxes, GL_COMPILE); in ogaxes()
56060 glCallList(theAxes); in dispsf()