Home
last modified time | relevance | path

Searched refs:has2D (Results 1 – 7 of 7) sorted by relevance

/dports/science/axom/axom-0.6.1/src/axom/quest/
H A DSamplingShaper.hpp284 const bool has2D = (m_inoutSampler2D != nullptr); in getShapeDimension() local
286 SLIC_ERROR_IF(!(has2D || has3D), "Shape not initialized"); in getShapeDimension()
287 SLIC_ERROR_IF(has2D && has3D, "Cannot have concurrent 2D and 3D shapes"); in getShapeDimension()
289 return has2D ? klee::Dimensions::Two : klee::Dimensions::Three; in getShapeDimension()
/dports/science/cdk/cdk-cdk-2.3/storage/io/src/main/java/org/openscience/cdk/io/cml/
H A DPDBConvention.java319 boolean has2D = false; in storeAtomData()
362 has2D = true; in storeAtomData()
497 if (has2D) { in storeAtomData()
H A DCMLCoreModule.java1247 boolean has2D = false; in storeAtomData()
1294 has2D = true; in storeAtomData()
1461 if (has2D) { in storeAtomData()
/dports/biology/cd-hit/cdhit-4.8.1/
H A Dcdhit-common.h296 bool has2D; member
317 has2D = false; in Options()
H A Dcdhit-common.c++282 else if (has2D && SetOption2D( flag, value ) ) return true; in SetOption()
344 has2D = twod; in SetOptions()
377 if( has2D ){ in Validate()
433 printf( "has2D = %i\n", has2D ); in Print()
3319 if (options.has2D && len2 < len_lower_bound ) continue; in CheckOneAA()
3365 if( options.has2D && len > len2 ) lens = len2; in CheckOneAA()
3379 if( options.has2D ) seq->state |= IS_REDUNDANT ; in CheckOneAA()
3502 if (options.has2D && len2 < len_lower_bound ) continue; in CheckOneEST()
3544 if( options.has2D && len > len2 ) lens = len2; in CheckOneEST()
/dports/textproc/libwps/libwps-0.4.12/src/lib/
H A DWKS4Chart.cpp337 bool has2D=!serie->is1DStyle(); in updateChart() local
366 if (has0D || has2D) in updateChart()
379 if (has0D || (has2D && serieData.m_ids[1]!=0)) in updateChart()
H A DLotusChart.cpp1457 bool has2D=!serie->is1DStyle() || (has1D && chart->m_is3D); in readSerie() local
1471 if (has0D || has2D) in readSerie()
1485 if (has0D || (has2D && patternId!=0)) in readSerie()
2021 bool has2D=!serie->is1DStyle(); in updateChart() local
2024 if (has0D || has2D) in updateChart()