Home
last modified time | relevance | path

Searched refs:stripCounts (Results 1 – 25 of 26) sorted by relevance

12

/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/compression/
H A DGeneralizedStrip.java175 IntList stripCounts ; field in GeneralizedStrip.StripArray
184 this.stripCounts = stripCounts ; in StripArray()
216 if (stripCounts.count > 0) in toStripsAndFans()
228 IntList stripCounts, in toStripsAndFans() argument
360 IntList stripCounts, in addStrip() argument
380 stripCounts.add(4) ; in addStrip()
387 stripCounts.add(3) ; in addStrip()
528 stripCounts.add(5) ; in fanToStrips()
862 0, stripCounts, in stripsToTriangles()
883 0, stripCounts, in fansToTriangles()
[all …]
H A DGeneralizedVertexList.java328 stripArray.stripCounts.trim()) ; in toLineStripArray()
333 stripCount += stripArray.stripCounts.count ; in toLineStripArray()
350 stripArray.stripCounts.trim()) ; in toTriangleStripArray()
355 stripCount += stripArray.stripCounts.count ; in toTriangleStripArray()
376 stripArray[0].stripCounts.trim()) ; in toStripAndFanArrays()
381 stripCount += stripArray[0].stripCounts.count ; in toStripAndFanArrays()
387 stripArray[1].stripCounts.trim()) ; in toStripAndFanArrays()
392 stripCount += stripArray[1].stripCounts.count ; in toStripAndFanArrays()
412 stripArray[0].stripCounts.trim()) ; in toStripAndTriangleArrays()
417 stripCount += stripArray[0].stripCounts.count ; in toStripAndTriangleArrays()
H A DCompressionStream.java1938 int stripCounts[] = null ; in addGeometryArray() local
1977 stripCounts = new int[stripCount] ; in addGeometryArray()
1978 igsa.getStripIndexCounts(stripCounts) ; in addGeometryArray()
1985 stripCounts = new int[stripCount] ; in addGeometryArray()
1986 gsa.getStripVertexCounts(stripCounts) ; in addGeometryArray()
1995 for (int j = 1 ; j < stripCounts[i] ; j++) { in addGeometryArray()
/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DGeneralizedStrip.java161 IntList stripCounts ; field in GeneralizedStrip.StripArray
170 this.stripCounts = stripCounts ; in StripArray()
202 if (stripCounts.count > 0) in toStripsAndFans()
214 IntList stripCounts, in toStripsAndFans() argument
346 IntList stripCounts, in addStrip() argument
366 stripCounts.add(4) ; in addStrip()
373 stripCounts.add(3) ; in addStrip()
514 stripCounts.add(5) ; in fanToStrips()
848 0, stripCounts, in stripsToTriangles()
869 0, stripCounts, in fansToTriangles()
[all …]
H A DGeneralizedVertexList.java305 stripArray.stripCounts.trim()) ; in toLineStripArray()
310 stripCount += stripArray.stripCounts.count ; in toLineStripArray()
327 stripArray.stripCounts.trim()) ; in toTriangleStripArray()
332 stripCount += stripArray.stripCounts.count ; in toTriangleStripArray()
353 stripArray[0].stripCounts.trim()) ; in toStripAndFanArrays()
358 stripCount += stripArray[0].stripCounts.count ; in toStripAndFanArrays()
364 stripArray[1].stripCounts.trim()) ; in toStripAndFanArrays()
369 stripCount += stripArray[1].stripCounts.count ; in toStripAndFanArrays()
389 stripArray[0].stripCounts.trim()) ; in toStripAndTriangleArrays()
394 stripCount += stripArray[0].stripCounts.count ; in toStripAndTriangleArrays()
/dports/cad/ldview/ldview-4.4/TRE/
H A DTREColoredShapeGroup.cpp291 TCULongArray *stripCounts = (*m_stripCounts)[shapeTypeIndex]; in transferColored() local
294 int numStrips = stripCounts->getCount(); in transferColored()
303 int stripCount = (*stripCounts)[i]; in transferColored()
368 TCULongArray *stripCounts = new TCULongArray; in getTransferStripCounts() local
370 m_transferStripCounts->addObject(stripCounts); in getTransferStripCounts()
371 stripCounts->release(); in getTransferStripCounts()
390 TCULongArray *stripCounts = (*m_stripCounts)[i]; in cleanupTransfer() local
395 stripCounts->removeValueAtIndex((*transferStripCounts)[j]); in cleanupTransfer()
H A DTREShapeGroup.cpp364 if (stripCounts) in initMultiDrawIndices()
376 int stripCount = (*stripCounts)[j]; in initMultiDrawIndices()
419 if (stripCounts) in deleteMultiDrawIndices()
1126 TCULongArray *stripCounts, in scanStripPoints() argument
1131 if (indices && stripCounts) in scanStripPoints()
1134 int numStrips = stripCounts->getCount(); in scanStripPoints()
1139 int stripCount = (*stripCounts)[i]; in scanStripPoints()
1200 TCULongArray *stripCounts, in unshrinkStripNormals() argument
1204 if (indices && stripCounts) in unshrinkStripNormals()
1212 int stripCount = (*stripCounts)[i]; in unshrinkStripNormals()
[all …]
H A DTREShapeGroup.h167 TCULongArray *stripCounts, TCObject *scanner,
208 TCULongArray *stripCounts, const TCFloat *matrix,
H A DTREModel.cpp62 TCULongArray *stripCounts = \
65 (int)(*stripCounts)[stripCounts->getCount() - 1]; \
3857 TCULongArray *stripCounts = shapeGroup->getStripCounts(shapeType, false); in printStlStrips() local
3867 if (indices != NULL && stripCounts != NULL) in printStlStrips()
3869 int numStrips = stripCounts->getCount(); in printStlStrips()
3877 int stripCount = (*stripCounts)[j]; in printStlStrips()
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/
H A DGeometryInfo.java188 private int stripCounts[] = null; field in GeometryInfo
265 stripCounts = null; in reset()
329 base += stripCounts[f]; in expandTriFan()
360 base += stripCounts[s]; in expandTriStrip()
498 stripCounts = null; in convertToIndexedTriangles()
1452 this.stripCounts = stripCounts; in setStripCounts()
1483 return stripCounts; in getStripCounts()
2042 sum += stripCounts[i]; in checkForBadData()
2456 reverseList(stripCounts); in reverse()
2576 stripCounts); in getGeometryArray()
[all …]
H A DGeomBuffer.java282 int stripCounts[] = new int[currPrimCnt]; in processQuadStrips() local
284 stripCounts[i] = currPrimEndVertex[i] - currPrimStartVertex[i]; in processQuadStrips()
285 totalVerts += stripCounts[i]; in processQuadStrips()
298 1, texCoordSetMap, stripCounts); in processQuadStrips()
479 int stripCounts[] = new int[currPrimCnt]; in processTriangleFan() local
483 stripCounts[i] = currPrimEndVertex[i] - currPrimStartVertex[i]; in processTriangleFan()
484 totalVerts += stripCounts[i]; in processTriangleFan()
498 stripCounts); in processTriangleFan()
H A DTriangulator.java133 int stripCounts[] = null; field in Triangulator
243 stripCounts = gi.getStripCounts(); in triangulate()
247 if(stripCounts == null) in triangulate()
250 faces = new int[stripCounts.length]; in triangulate()
251 for(i=0; i<stripCounts.length; i++) in triangulate()
296 maxNumList += (stripCounts[sIndex]+1); in triangulate()
327 for(k=0; k<stripCounts[sIndex]; k++) { in triangulate()
H A DNormalGenerator.java84 private int stripCounts[]; field in NormalGenerator
809 stripCounts = gi.getStripCounts(); in generateNormals()
853 gi.setStripCounts(stripCounts); in generateNormals()
H A DStripifier.java2035 int[] stripCounts = new int[strips.size()]; in putBackData() local
2036 System.arraycopy(tempStripCounts, 0, stripCounts, 0, strips.size()); in putBackData()
2037 gi.setStripCounts(stripCounts); in putBackData()
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/utils/behaviors/sensor/
H A DSensorBeamEcho.java192 int[] stripCounts = new int[3] ; in SensorBeamEcho() local
193 stripCounts[0] = 2 + (2 * divisions) ; in SensorBeamEcho()
194 stripCounts[1] = divisions ; in SensorBeamEcho()
195 stripCounts[2] = divisions ; in SensorBeamEcho()
199 vertexFormat, stripCounts) ; in SensorBeamEcho()
/dports/cad/ldview/ldview-4.4/LDExporter/
H A DLDLdrExporter.cpp160 TCULongArray *stripCounts = shapeGroup->getStripCounts(eShapeType, false); in exportStrips() local
170 if (indices != NULL && stripCounts != NULL) in exportStrips()
172 int numStrips = stripCounts->getCount(); in exportStrips()
180 int stripCount = (*stripCounts)[j]; in exportStrips()
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/j3d/
H A DDAELoader.java919 int [] stripCounts = new int [this.facesAndLinesPrimitives.size()]; in getFacesGeometry() local
920 for (int i = 0; i < stripCounts.length; i++) { in getFacesGeometry()
921 stripCounts [i] = this.facesAndLinesPrimitives.get(i).length / this.inputCount; in getFacesGeometry()
923 geometryInfo.setStripCounts(stripCounts); in getFacesGeometry()
937 stripCounts [stripIndex++] = this.facesAndLinesPrimitives.get(i).length / this.inputCount; in getFacesGeometry()
941 stripCounts [stripIndex++] = this.polygonsPrimitives.get(i).length / this.inputCount; in getFacesGeometry()
944 stripCounts [stripIndex++] = polygonHoles.get(j).length / this.inputCount; in getFacesGeometry()
948 geometryInfo.setStripCounts(stripCounts); in getFacesGeometry()
976 int [] stripCounts = new int [this.facesAndLinesPrimitives.size()]; in getLinesGeometry() local
977 for (int i = 0; i < stripCounts.length; i++) { in getLinesGeometry()
[all …]
H A DPolyline3D.java125 int [] stripCounts = new int [polylinePoints.size()]; in update() local
131 stripCounts [i] = vertices.size() - currentShapeStartIndex; in update()
140 geometryInfo.setStripCounts(stripCounts); in update()
H A DGround3D.java472 int [] stripCounts = new int [areaPoints.size()];
473 for (int i = 0; i < stripCounts.length; i++) {
474 stripCounts [i] = areaPoints.get(i).length;
475 vertexCount += stripCounts [i];
499 geometryInfo.setStripCounts(stripCounts);
H A DOBJLoader.java1188 int [] stripCounts = new int [geometryCount]; in createScene() local
1192 stripCounts [j] = geometryVertexIndices.length; in createScene()
1211 geometryInfo.setStripCounts(stripCounts); in createScene()
1243 geometryArray = new LineStripArray(coordinatesIndices.length, format, stripCounts); in createScene()
H A DRoom3D.java464 int [] stripCounts = new int [geometryPoints.size()]; in computeRoomPartGeometry() local
468 stripCounts [i] = areaPoints.length; in computeRoomPartGeometry()
469 vertexCount += stripCounts [i]; in computeRoomPartGeometry()
489 geometryInfo.setStripCounts(stripCounts); in computeRoomPartGeometry()
H A DWall3D.java1091 int [] stripCounts = new int [doorOrWindowSurroundingAreasPoints.size()];
1095 stripCounts [i] = areaPoints.length + 1;
1096 vertexCount += stripCounts [i];
1194 geometryInfo.setStripCounts(stripCounts);
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/loaders/objectfile/
H A DObjectFile.java285 private ArrayList stripCounts; // Holds Integer field in ObjectFile
453 Integer faceNum = new Integer(stripCounts.size()); in readFace()
454 stripCounts.add(new Integer(count)); in readFace()
955 int numFaces = stripCounts.size(); in convertToTriangles()
967 gi.setStripCounts(objectToIntArray(stripCounts)); in convertToTriangles()
990 tris += ((Integer)stripCounts.get(i)).intValue() - 2; in convertToTriangles()
1023 int faceSize = ((Integer)stripCounts.get(f)).intValue(); in convertToTriangles()
1093 stripCounts = null; in convertToTriangles()
1238 stripCounts = new ArrayList(); in load()
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/
H A DExceptionStrings.properties44 GeometryInfo7=stripCounts sum inconsistent with number of vertices.
45 GeometryInfo8=Sum of contourCounts must equal length of stripCounts array.
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/utils/compression/
H A DCompressionStream.java1942 int stripCounts[] = null ; in addGeometryArray() local
1981 stripCounts = new int[stripCount] ; in addGeometryArray()
1982 igsa.getStripIndexCounts(stripCounts) ; in addGeometryArray()
1989 stripCounts = new int[stripCount] ; in addGeometryArray()
1990 gsa.getStripVertexCounts(stripCounts) ; in addGeometryArray()
1999 for (int j = 1 ; j < stripCounts[i] ; j++) { in addGeometryArray()

12