Searched refs:groundInfo (Results 1 – 6 of 6) sorted by relevance
/dports/misc/dartsim/dart-6.11.1/unittests/regression/ |
H A D | test_Issue1184.cpp | 124 const ShapeInfo groundInfo = groundInfoFunction(); in TEST() local 130 dart::dynamics::DynamicsAspect>(groundInfo.shape); in TEST() 133 tf_ground.translate(groundInfo.offset * Eigen::Vector3d::UnitZ()); in TEST() 166 << "\nground type: " << groundInfo.shape->getType() in TEST() 174 << "\nground type: " << groundInfo.shape->getType() in TEST()
|
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Pathfinder/ |
H A D | PathGraph.cs | 93 CellLayer<CellInfo> groundInfo; field in OpenRA.Mods.Common.Pathfinder.PathGraph 101 groundInfo = pooledLayer.GetLayer(); in PathGraph() 138 var info = position.Layer == 0 ? groundInfo : customLayerInfo[position.Layer].Second; in GetConnections() 227 get { return (pos.Layer == 0 ? groundInfo : customLayerInfo[pos.Layer].Second)[pos]; } 228 set { (pos.Layer == 0 ? groundInfo : customLayerInfo[pos.Layer].Second)[pos] = value; } 233 groundInfo = null; in Dispose()
|
/dports/math/vtk8/VTK-8.2.0/IO/Geometry/ |
H A D | vtkWindBladeReader.cxx | 214 vtkInformation* groundInfo = outputVector->GetInformationObject(2); in ProcessRequest() local 215 groundInfo->Set(vtkDemandDrivenPipeline::DATA_NOT_GENERATED(), 1); in ProcessRequest() 234 vtkInformation* groundInfo = outputVector->GetInformationObject(2); in RequestInformation() local 235 groundInfo->Set(vtkDemandDrivenPipeline::REQUEST_DATA_NOT_GENERATED()); in RequestInformation() 241 vtkInformation* groundInfo = outputVector->GetInformationObject(2); in RequestInformation() local 242 groundInfo->Set(vtkDemandDrivenPipeline::REQUEST_DATA_NOT_GENERATED()); in RequestInformation() 265 vtkInformation* groundInfo = outputVector->GetInformationObject(2); in RequestInformation() local 313 groundInfo->Set(vtkStreamingDemandDrivenPipeline::WHOLE_EXTENT(), in RequestInformation() 315 groundInfo->Set(CAN_PRODUCE_SUB_EXTENT(),1); in RequestInformation() 1388 vtkInformation* groundInfo = outVector->GetInformationObject(2); in SetUpGroundData() local [all …]
|
/dports/math/vtk9/VTK-9.1.0/IO/Geometry/ |
H A D | vtkWindBladeReader.cxx | 209 vtkInformation* groundInfo = outputVector->GetInformationObject(2); in ProcessRequest() local 210 groundInfo->Set(vtkDemandDrivenPipeline::DATA_NOT_GENERATED(), 1); in ProcessRequest() 228 vtkInformation* groundInfo = outputVector->GetInformationObject(2); in RequestInformation() local 229 groundInfo->Set(vtkDemandDrivenPipeline::REQUEST_DATA_NOT_GENERATED()); in RequestInformation() 235 vtkInformation* groundInfo = outputVector->GetInformationObject(2); in RequestInformation() local 236 groundInfo->Set(vtkDemandDrivenPipeline::REQUEST_DATA_NOT_GENERATED()); in RequestInformation() 259 vtkInformation* groundInfo = outputVector->GetInformationObject(2); in RequestInformation() local 306 groundInfo->Set(vtkStreamingDemandDrivenPipeline::WHOLE_EXTENT(), this->GExtent, 6); in RequestInformation() 307 groundInfo->Set(CAN_PRODUCE_SUB_EXTENT(), 1); in RequestInformation() 1347 vtkInformation* groundInfo = outVector->GetInformationObject(2); in SetUpGroundData() local [all …]
|
/dports/math/vtk6/VTK-6.2.0/IO/Geometry/ |
H A D | vtkWindBladeReader.cxx | 234 vtkInformation* groundInfo = outputVector->GetInformationObject(2); in ProcessRequest() local 235 groundInfo->Set(vtkDemandDrivenPipeline::DATA_NOT_GENERATED(), 1); in ProcessRequest() 254 vtkInformation* groundInfo = outputVector->GetInformationObject(2); in RequestInformation() local 255 groundInfo->Set(vtkDemandDrivenPipeline::REQUEST_DATA_NOT_GENERATED()); in RequestInformation() 261 vtkInformation* groundInfo = outputVector->GetInformationObject(2); in RequestInformation() local 262 groundInfo->Set(vtkDemandDrivenPipeline::REQUEST_DATA_NOT_GENERATED()); in RequestInformation() 285 vtkInformation* groundInfo = outputVector->GetInformationObject(2); in RequestInformation() local 333 groundInfo->Set(vtkStreamingDemandDrivenPipeline::WHOLE_EXTENT(), in RequestInformation() 335 groundInfo->Set(CAN_PRODUCE_SUB_EXTENT(),1); in RequestInformation() 1408 vtkInformation* groundInfo = outVector->GetInformationObject(2); in SetUpGroundData() local [all …]
|
/dports/games/spring/spring_98.0/rts/Lua/ |
H A D | LuaSyncedRead.cpp | 467 static int PushTerrainTypeData(lua_State* L, const CMapInfo::TerrainType* tt, bool groundInfo) { in PushTerrainTypeData() argument 470 if (groundInfo) { in PushTerrainTypeData() 483 return (7 + int(groundInfo)); in PushTerrainTypeData()
|