Home
last modified time | relevance | path

Searched refs:nodeArray (Results 1 – 25 of 165) sorted by relevance

1234567

/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DJ3dNodeTable.java57 String nodeArray[]; field in J3dNodeTable
164 nodeArray[i] = null; in J3dNodeTable()
166 nodeArray[GROUP] = "Group"; in J3dNodeTable()
172 nodeArray[SHAPE3D] = "Shape3D"; in J3dNodeTable()
175 nodeArray[MATERIAL] = "Material"; in J3dNodeTable()
176 nodeArray[TEXTURE] = "Texture"; in J3dNodeTable()
184 nodeArray[GEOMETRY] = "Geometry"; in J3dNodeTable()
221 nodeArray[BOUNDS] = "Bounds"; in J3dNodeTable()
228 nodeArray[LIGHT] = "Light"; in J3dNodeTable()
235 if (nodeArray[i] != null) in J3dNodeTable()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/include/
H A DitkOctree.hxx160 OctreeNodeBranch *nodeArray[8]; in maskToOctree() local
178 if ( ( nodeArray[0] == nodeArray[1] ) in maskToOctree()
179 && ( nodeArray[0] == nodeArray[2] ) in maskToOctree()
180 && ( nodeArray[0] == nodeArray[3] ) in maskToOctree()
181 && ( nodeArray[0] == nodeArray[4] ) in maskToOctree()
182 && ( nodeArray[0] == nodeArray[5] ) in maskToOctree()
183 && ( nodeArray[0] == nodeArray[6] ) in maskToOctree()
184 && ( nodeArray[0] == nodeArray[7] ) ) in maskToOctree()
186 return nodeArray[0]; in maskToOctree()
197 newbranch->SetBranch(nodeArray[ONE]); in maskToOctree()
[all …]
/dports/science/v_sim/v_sim-3.8.0/src/
H A Dvisu_nodes.h129 void visu_node_array_freeNodes(VisuNodeArray *nodeArray);
137 void visu_node_array_removeNodes(VisuNodeArray *nodeArray, GArray *nodeNumbers);
139 gboolean visu_node_array_removeAllDuplicateNodes(VisuNodeArray *nodeArray);
141 gint visu_node_array_getOriginal(VisuNodeArray *nodeArray,
143 gboolean visu_node_array_setOriginal(VisuNodeArray *nodeArray,
162 VisuNode* visu_node_array_copyNode(VisuNodeArray *nodeArray, VisuNode *node);
165 gboolean visu_node_array_setNodeVisibility(VisuNodeArray *nodeArray, guint id,
183 VisuNodeProperty* visu_node_array_property_newPointer(VisuNodeArray* nodeArray,
193 void visu_node_array_freeProperty(VisuNodeArray* nodeArray, const char* key);
214 #define visu_node_setpropertyValue(nodeArray, node, key, value) \
[all …]
H A Dvisu_nodes.c297 static void _freeNodes(VisuNodeArray *nodeArray);
786 static void _freeNodes(VisuNodeArray *nodeArray) in _freeNodes() argument
847 _freeNodes(nodeArray); in visu_node_array_freeNodes()
878 (gpointer)nodeArray, nodeNumbers->len); in visu_node_array_removeNodes()
1464 iEle = _appendElement(nodeArray, element); in visu_node_array_getNewNode()
1466 return newOrCopyNode(nodeArray, iEle, -1); in visu_node_array_getNewNode()
1482 return newOrCopyNode(nodeArray, iEle, -1); in visu_node_array_getNewNodeForId()
1572 visu_node_array_startAdding(nodeArray); in newOrCopyNode()
2499 prop->array = nodeArray; in visu_node_array_property_newPointer()
2585 prop->array = nodeArray; in visu_node_array_property_newFloatArray()
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Tree/TableConfiguration/
H A DArrayTreeRenderer.php40 $nodeArray = [];
41 $nodeArray[] = $this->getNodeArray($node);
46 $nodeArray[] = $child;
50 return $nodeArray;
70 $nodeArray = [
81 $nodeArray['checked'] = (bool)$node->getSelected();
83 $nodeArray['checked'] = false;
84 $nodeArray['selectable'] = false;
87 return $nodeArray;
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Tree/TableConfiguration/
H A DArrayTreeRenderer.php44 $nodeArray = [];
45 $nodeArray[] = $this->getNodeArray($node);
50 $nodeArray[] = $child;
54 return $nodeArray;
74 $nodeArray = [
85 $nodeArray['checked'] = (bool)$node->getSelected();
87 $nodeArray['checked'] = false;
88 $nodeArray['selectable'] = false;
91 return $nodeArray;
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Tree/TableConfiguration/
H A DArrayTreeRenderer.php44 $nodeArray = [];
45 $nodeArray[] = $this->getNodeArray($node);
50 $nodeArray[] = $child;
54 return $nodeArray;
74 $nodeArray = [
85 $nodeArray['checked'] = (bool)$node->getSelected();
87 $nodeArray['checked'] = false;
88 $nodeArray['selectable'] = false;
91 return $nodeArray;
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/
H A DOfficeTableTemplateLayoutController.java104 for (int i = 0; i < nodeArray.length; i++) in addPBody()
106 final Node node = nodeArray[i]; in addPBody()
115 final Node[] nodeArray = section.getNodeArray(); in addFromBody() local
116 for (int i = 0; i < nodeArray.length; i++) in addFromBody()
118 final Node node = nodeArray[i]; in addFromBody()
136 final Node[] nodeArray = section.getNodeArray(); in addFromGroup() local
137 for (int i = 0; i < nodeArray.length; i++) in addFromGroup()
139 final Node node = nodeArray[i]; in addFromGroup()
157 final Node[] nodeArray = section.getNodeArray(); in addFromSection() local
158 for (int i = 0; i < nodeArray.length; i++) in addFromSection()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/
H A DOfficeTableTemplateLayoutController.java104 for (int i = 0; i < nodeArray.length; i++) in addPBody()
106 final Node node = nodeArray[i]; in addPBody()
115 final Node[] nodeArray = section.getNodeArray(); in addFromBody() local
116 for (int i = 0; i < nodeArray.length; i++) in addFromBody()
118 final Node node = nodeArray[i]; in addFromBody()
136 final Node[] nodeArray = section.getNodeArray(); in addFromGroup() local
137 for (int i = 0; i < nodeArray.length; i++) in addFromGroup()
139 final Node node = nodeArray[i]; in addFromGroup()
157 final Node[] nodeArray = section.getNodeArray(); in addFromSection() local
158 for (int i = 0; i < nodeArray.length; i++) in addFromSection()
[all …]
/dports/cad/ngspice_rework/ngspice-35/src/ciderlib/twod/
H A Dtwomesh.c31 TWOnode ***nodeArray = NULL; in TWObuildMesh() local
60 nodeArray[xIndex][yIndex] = pNode; in TWObuildMesh()
78 pNode = nodeArray[xIndex][yIndex]; in TWObuildMesh()
87 pNode = nodeArray[xIndex][yIndex]; in TWObuildMesh()
98 pNode = nodeArray[xIndex][yIndex]; in TWObuildMesh()
140 pNode = nodeArray[xIndex][yIndex]; in TWObuildMesh()
143 nodeArray[xIndex][yIndex] = NULL; in TWObuildMesh()
165 pNode = nodeArray[xIndex][yIndex]; in TWObuildMesh()
183 pNode = nodeArray[xIndex][yIndex]; in TWObuildMesh()
451 FREE(nodeArray[xIndex]); in TWObuildMesh()
[all …]
H A Dtworead.c30 TWOnode ***nodeArray = NULL; in TWOreadState() local
70 XCALLOC(nodeArray, TWOnode **, 1 + pDevice->numXNodes); in TWOreadState()
72 XCALLOC(nodeArray[xIndex], TWOnode *, 1 + pDevice->numYNodes); in TWOreadState()
86 nodeArray[pNode->nodeI][pNode->nodeJ] = pNode; in TWOreadState()
95 pNode = nodeArray[xIndex][yIndex]; in TWOreadState()
106 FREE(nodeArray[xIndex]); in TWOreadState()
108 FREE(nodeArray); in TWOreadState()
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/qdata_heretic2/qcommon/
H A Darrayedlist.h42 int GetFreeNode( ArrayedListNode_t *nodeArray, int max ){ in GetFreeNode() argument
47 if ( !nodeArray[i].inUse ) { in GetFreeNode()
48 nodeArray[i].inUse = 1; in GetFreeNode()
63 void FreeNode( ArrayedListNode_t *nodeArray, int index ){ in FreeNode() argument
64 nodeArray[index].inUse = 0; in FreeNode()
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake2/qdata_heretic2/qcommon/
H A Darrayedlist.h42 int GetFreeNode(ArrayedListNode_t *nodeArray, int max) in GetFreeNode() argument
48 if(!nodeArray[i].inUse) in GetFreeNode()
50 nodeArray[i].inUse = 1; in GetFreeNode()
65 void FreeNode(ArrayedListNode_t *nodeArray, int index) in FreeNode() argument
67 nodeArray[index].inUse = 0; in FreeNode()
/dports/emulators/tilem/tilem-2.0/gui/
H A Dgifencod.c91 *topNode, *baseNode, **nodeArray, **lastArray; variable
106 nodeArray = empty; in GifEncode()
107 memmove(++nodeArray, empty, 255*sizeof(GifTree **)); in GifEncode()
124 if (( nodeArray = first->node = (GifTree **)malloc(256*sizeof(GifTree *)*noOfArrays)) == NULL ) in GifEncode()
126 lastArray = nodeArray + ( 256*noOfArrays - cc); in GifEncode()
170 if ( nodeArray != lastArray ) { in GifEncode()
171 nodeArray += cc; in GifEncode()
172 curNode->node = nodeArray; in GifEncode()
278 nodeArray = root->node; in ClearTree()
279 xx= nodeArray; in ClearTree()
/dports/security/vault/vault-1.8.2/vendor/github.com/aerospike/aerospike-client-go/
H A Dpartition.go202 nodeArray := cluster.GetNodes()
203 return nil, newInvalidNodeError(len(nodeArray), ptn)
230 nodeArray := cluster.GetNodes()
231 return nil, newInvalidNodeError(len(nodeArray), ptn)
240 nodeArray := cluster.GetNodes()
241 return nil, newInvalidNodeError(len(nodeArray), ptn)
255 nodeArray := cluster.GetNodes()
256 return nil, newInvalidNodeError(len(nodeArray), ptn)
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Service/
H A DFlexFormService.php70 * @param array $nodeArray The flexForm node to parse
74 public function walkFlexFormNode($nodeArray, $valuePointer = 'vDEF') argument
76 if (is_array($nodeArray)) {
78 foreach ($nodeArray as $nodeKey => $nodeValue) {
110 return $nodeArray;
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Service/
H A DFlexFormService.php74 * @param mixed $nodeArray The flexForm node to parse
78 public function walkFlexFormNode($nodeArray, $valuePointer = 'vDEF') argument
80 if (is_array($nodeArray)) {
82 foreach ($nodeArray as $nodeKey => $nodeValue) {
114 return $nodeArray;
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Service/
H A DFlexFormService.php74 * @param mixed $nodeArray The flexForm node to parse
78 public function walkFlexFormNode($nodeArray, $valuePointer = 'vDEF') argument
80 if (is_array($nodeArray)) {
82 foreach ($nodeArray as $nodeKey => $nodeValue) {
114 return $nodeArray;
/dports/cad/ngspice_rework/ngspice-35/src/ciderlib/oned/
H A Doneread.c29 ONEnode **nodeArray=NULL; in ONEreadState() local
66 XCALLOC(nodeArray, ONEnode *, 1 + pDevice->numNodes); in ONEreadState()
77 nodeArray[pNode->nodeI] = pNode; in ONEreadState()
82 pNode = nodeArray[index]; in ONEreadState()
87 FREE(nodeArray); in ONEreadState()
H A Donemesh.c33 ONEnode **nodeArray=NULL; in ONEbuildMesh() local
38 XCALLOC(nodeArray, ONEnode *, 1 + pDevice->numNodes); in ONEbuildMesh()
45 nodeArray[pNode->nodeI] = pNode; in ONEbuildMesh()
61 pNode = nodeArray[index]; in ONEbuildMesh()
73 pNode = nodeArray[index]; in ONEbuildMesh()
84 nodeArray[1]->nodeType = CONTACT; in ONEbuildMesh()
85 nodeArray[pDevice->numNodes]->nodeType = CONTACT; in ONEbuildMesh()
93 pElem->pLeftNode = nodeArray[index]; in ONEbuildMesh()
94 pElem->pRightNode = nodeArray[index + 1]; in ONEbuildMesh()
129 pNode = nodeArray[index]; in ONEbuildMesh()
/dports/devel/raknet/raknet-3.9.2_10,1/Source/
H A DNetworkIDObject.cpp150 NetworkIDNode *nodeArray; in SetParent() local
156 nodeArray = (NetworkIDNode*) alloca(sizeof(NetworkIDNode) * size); in SetParent()
161 nodeArray = RakNet::OP_NEW_ARRAY<NetworkIDNode>(size, __FILE__, __LINE__ ); in SetParent()
163 networkIDManager->IDTree.DisplayBreadthFirstSearch( nodeArray ); in SetParent()
167 RakAssert(nodeArray->object->GetParent()!=parent); in SetParent()
171 RakNet::OP_DELETE_ARRAY(nodeArray, __FILE__, __LINE__); in SetParent()
/dports/biology/stringtie/stringtie-2.1.1/SuperReads_RNA/global-1/SuperReadsR/src2/
H A DjoinKUnitigs_v3.cc797 nodeArray.clear(); in joinKUnitigsFromMates()
802 nodeArray.push_back(unitigLocVal); in joinKUnitigsFromMates()
1274 nodeArray.push_back(uLS); in completePathPrint()
1275 firstIndex = nodeArray.size()-1; in completePathPrint()
1284 nodeArray.push_back(uLS); in completePathPrint()
1285 secondIndex = nodeArray.size()-1; in completePathPrint()
1400 nodeArray.push_back(localUnitigLoc); in funcToGetTreeSize()
1818 sort (nodeArray.begin(), nodeArray.end(), unitigLocStructCompare); in getSuperReadsForInsert()
1839 …rontEdgeOffset = %d, ori = %c\n", i, (int) nodeArray[i].unitig2, (int) nodeArray[i].frontEdgeOffse… in getSuperReadsForInsert()
1844nodeArray[it3141->first].unitig2, (int) nodeArray[it3141->first].frontEdgeOffset, (char) nodeArray in getSuperReadsForInsert()
[all …]
/dports/games/7kaa/7kaa-2.15.4p1/include/
H A DOSPREUSE.h146 short count_path_dist(ResultNode* nodeArray, int nodeNum);
194 void debug_check_sub_mode_path(ResultNode *nodeArray, int count);
201 …#define debug_reuse_check_sub_mode(nodeArray, count) debug_check_sub_mode_path((nodeArray), (count… argument
206 #define debug_reuse_check_sub_mode(nodeArray, count) argument
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Tree/
H A DTreeNodeCollection.php115 foreach ($data as $index => $nodeArray) {
116 $node = GeneralUtility::makeInstance($nodeArray['serializeClassName'], $nodeArray);
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Tree/
H A DTreeNodeCollection.php111 foreach ($data as $index => $nodeArray) {
112 … \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance($nodeArray['serializeClassName'], $nodeArray

1234567