Home
last modified time | relevance | path

Searched refs:m_Algorithm (Results 1 – 25 of 43) sorted by relevance

12

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/MathematicalMorphology/include/
H A DitkGrayscaleDilateImageFilter.hxx36 m_Algorithm = HISTO; in GrayscaleDilateImageFilter()
63 m_Algorithm = ANCHOR; in SetKernel()
69 m_Algorithm = HISTO; in SetKernel()
86 m_Algorithm = BASIC; in SetKernel()
90 m_Algorithm = HISTO; in SetKernel()
117 if ( m_Algorithm != algo ) in SetAlgorithm()
140 m_Algorithm = algo; in SetAlgorithm()
159 if ( m_Algorithm == BASIC ) in GenerateData()
169 else if ( m_Algorithm == HISTO ) in GenerateData()
179 else if ( m_Algorithm == ANCHOR ) in GenerateData()
[all …]
H A DitkGrayscaleErodeImageFilter.hxx36 m_Algorithm = HISTO; in GrayscaleErodeImageFilter()
63 m_Algorithm = ANCHOR; in SetKernel()
69 m_Algorithm = HISTO; in SetKernel()
86 m_Algorithm = BASIC; in SetKernel()
90 m_Algorithm = HISTO; in SetKernel()
117 if ( m_Algorithm != algo ) in SetAlgorithm()
140 m_Algorithm = algo; in SetAlgorithm()
159 if ( m_Algorithm == BASIC ) in GenerateData()
169 else if ( m_Algorithm == HISTO ) in GenerateData()
179 else if ( m_Algorithm == ANCHOR ) in GenerateData()
[all …]
H A DitkMorphologicalGradientImageFilter.hxx39 m_Algorithm = HISTO; in MorphologicalGradientImageFilter()
53 m_Algorithm = ANCHOR; in SetKernel()
59 m_Algorithm = HISTO; in SetKernel()
76 m_Algorithm = BASIC; in SetKernel()
80 m_Algorithm = HISTO; in SetKernel()
94 if ( m_Algorithm != algo ) in SetAlgorithm()
120 m_Algorithm = algo; in SetAlgorithm()
139 if ( m_Algorithm == BASIC ) in GenerateData()
157 else if ( m_Algorithm == HISTO ) in GenerateData()
167 else if ( m_Algorithm == ANCHOR ) in GenerateData()
[all …]
H A DitkGrayscaleMorphologicalClosingImageFilter.hxx41 m_Algorithm = HISTO; in GrayscaleMorphologicalClosingImageFilter()
55 m_Algorithm = ANCHOR; in SetKernel()
61 m_Algorithm = HISTO; in SetKernel()
79 m_Algorithm = BASIC; in SetKernel()
84 m_Algorithm = HISTO; in SetKernel()
98 if ( m_Algorithm != algo ) in SetAlgorithm()
124 m_Algorithm = algo; in SetAlgorithm()
143 if ( m_Algorithm == BASIC ) in GenerateData()
186 else if ( m_Algorithm == HISTO ) in GenerateData()
229 else if ( m_Algorithm == VHGW ) in GenerateData()
[all …]
H A DitkGrayscaleMorphologicalOpeningImageFilter.hxx40 m_Algorithm(HISTO) in GrayscaleMorphologicalOpeningImageFilter()
55 m_Algorithm = ANCHOR; in SetKernel()
61 m_Algorithm = HISTO; in SetKernel()
79 m_Algorithm = BASIC; in SetKernel()
84 m_Algorithm = HISTO; in SetKernel()
98 if ( m_Algorithm != algo ) in SetAlgorithm()
122 m_Algorithm = algo; in SetAlgorithm()
141 if ( m_Algorithm == BASIC ) in GenerateData()
184 else if ( m_Algorithm == HISTO ) in GenerateData()
227 else if ( m_Algorithm == VHGW ) in GenerateData()
[all …]
H A DitkWhiteTopHatImageFilter.hxx34 m_Algorithm = HISTO; in WhiteTopHatImageFilter()
60 open->SetAlgorithm(m_Algorithm); in GenerateData()
64 m_Algorithm = open->GetAlgorithm(); in GenerateData()
97 os << indent << "Algorithm: " << m_Algorithm << std::endl; in PrintSelf()
H A DitkBlackTopHatImageFilter.hxx34 m_Algorithm = HISTO; in BlackTopHatImageFilter()
60 close->SetAlgorithm(m_Algorithm); in GenerateData()
64 m_Algorithm = close->GetAlgorithm(); in GenerateData()
97 os << indent << "Algorithm: " << m_Algorithm << std::endl; in PrintSelf()
H A DitkBlackTopHatImageFilter.h112 int m_Algorithm; variable
H A DitkWhiteTopHatImageFilter.h108 int m_Algorithm; variable
H A DitkGrayscaleDilateImageFilter.h152 int m_Algorithm; variable
H A DitkGrayscaleErodeImageFilter.h152 int m_Algorithm; variable
H A DitkMorphologicalGradientImageFilter.h151 int m_Algorithm; variable
H A DitkGrayscaleMorphologicalClosingImageFilter.h154 int m_Algorithm; variable
H A DitkGrayscaleMorphologicalOpeningImageFilter.h154 int m_Algorithm; variable
/dports/irc/smuxi/smuxi-1.1/lib/agsxmpp/agsxmpp/Sasl/DigestMD5/
H A DStep1.cs69 private string m_Algorithm; field in agsXMPP.Sasl.DigestMD5.Step1
101 get { return m_Algorithm; }
102 set { m_Algorithm = value; }
188 m_Algorithm = data; in ParsePair()
/dports/devel/xmltooling/xmltooling-3.2.1/xmltooling/encryption/impl/
H A DEncryptionImpl.cpp70 m_Algorithm=nullptr; in init()
82 XMLString::release(&m_Algorithm); in ~EncryptionMethodImpl()
646 m_Algorithm = nullptr; in init()
651 XMLString::release(&m_Algorithm); in ~MGFImpl()
/dports/devel/xmltooling/xmltooling-3.2.1/xmltooling/signature/impl/
H A DKeyInfoImpl.cpp388 XMLString::release(&m_Algorithm); in ~TransformImpl()
392 : AbstractXMLObject(nsURI, localName, prefix, schemaType), m_Algorithm(nullptr) { in TransformImpl()
396 …LObject(src), AbstractComplexElement(src), AbstractDOMCachingXMLObject(src), m_Algorithm(nullptr) { in TransformImpl()
567 XMLString::release(&m_Algorithm); in ~X509DigestImpl()
571 : AbstractXMLObject(nsURI, localName, prefix, schemaType), m_Algorithm(nullptr) { in X509DigestImpl()
575 …MLObject(src), AbstractSimpleElement(src), AbstractDOMCachingXMLObject(src), m_Algorithm(nullptr) { in X509DigestImpl()
/dports/security/opensaml/opensaml-3.2.1/saml/saml2/metadata/impl/
H A DMetadataImpl.cpp2216 XMLString::release(&m_Algorithm); in ~DigestMethodImpl()
2220 : AbstractXMLObject(nsURI, localName, prefix, schemaType), m_Algorithm(nullptr) { in DigestMethodImpl()
2224 …LObject(src), AbstractComplexElement(src), AbstractDOMCachingXMLObject(src), m_Algorithm(nullptr) { in DigestMethodImpl()
2255 m_Algorithm = m_MinKeySize = m_MaxKeySize = nullptr; in init()
2260 XMLString::release(&m_Algorithm); in ~SigningMethodImpl()
/dports/misc/usd/USD-21.11/pxr/imaging/hgiVulkan/
H A Dvk_mem_alloc.h6854 uint32_t GetAlgorithm() const { return m_Algorithm; } in GetAlgorithm()
6924 const uint32_t m_Algorithm; member
12424 m_Algorithm(algorithm), in VmaBlockVector()
12486 (m_Algorithm == 0 || m_Algorithm == VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT) && in IsCorruptionDetectionEnabled()
12571 if(m_Algorithm == VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT && m_MaxBlockCount > 1) in AllocatePage()
12614 if(m_Algorithm == VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT) in AllocatePage()
13021 if(m_Algorithm != VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT) in IncrementallySortBlocks()
13139 m_Algorithm); in CreateBlock()
13433 if(m_Algorithm != 0) in PrintDetailedMap()
13436 json.WriteString(VmaAlgorithmToStr(m_Algorithm)); in PrintDetailedMap()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/vulkan_memory_allocator/src/
H A Dvk_mem_alloc.h6877 uint32_t GetAlgorithm() const { return m_Algorithm; } in GetAlgorithm()
6947 const uint32_t m_Algorithm; member
12446 m_Algorithm(algorithm), in VmaBlockVector()
12508 (m_Algorithm == 0 || m_Algorithm == VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT) && in IsCorruptionDetectionEnabled()
12593 if(m_Algorithm == VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT && m_MaxBlockCount > 1) in AllocatePage()
12636 if(m_Algorithm == VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT) in AllocatePage()
13043 if(m_Algorithm != VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT) in IncrementallySortBlocks()
13161 m_Algorithm); in CreateBlock()
13455 if(m_Algorithm != 0) in PrintDetailedMap()
13458 json.WriteString(VmaAlgorithmToStr(m_Algorithm)); in PrintDetailedMap()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h6858 uint32_t GetAlgorithm() const { return m_Algorithm; } in GetAlgorithm()
6928 const uint32_t m_Algorithm; member
12428 m_Algorithm(algorithm), in VmaBlockVector()
12490 (m_Algorithm == 0 || m_Algorithm == VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT) && in IsCorruptionDetectionEnabled()
12575 if(m_Algorithm == VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT && m_MaxBlockCount > 1) in AllocatePage()
12618 if(m_Algorithm == VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT) in AllocatePage()
13025 if(m_Algorithm != VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT) in IncrementallySortBlocks()
13143 m_Algorithm); in CreateBlock()
13437 if(m_Algorithm != 0) in PrintDetailedMap()
13440 json.WriteString(VmaAlgorithmToStr(m_Algorithm)); in PrintDetailedMap()
[all …]
/dports/games/warzone2100/warzone2100/lib/ivis_opengl/3rdparty/
H A Dvk_mem_alloc.h7080 uint32_t GetAlgorithm() const { return m_Algorithm; } in GetAlgorithm()
7150 const uint32_t m_Algorithm; member
12652 m_Algorithm(algorithm), in VmaBlockVector()
12715 (m_Algorithm == 0 || m_Algorithm == VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT) && in IsCorruptionDetectionEnabled()
12804 if(m_Algorithm == VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT && m_MaxBlockCount > 1) in AllocatePage()
12847 if(m_Algorithm == VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT) in AllocatePage()
13254 if(m_Algorithm != VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT) in IncrementallySortBlocks()
13381 m_Algorithm); in CreateBlock()
13675 if(m_Algorithm != 0) in PrintDetailedMap()
13678 json.WriteString(VmaAlgorithmToStr(m_Algorithm)); in PrintDetailedMap()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/layers/
H A Dvk_mem_alloc.h5838 uint32_t GetAlgorithm() const { return m_Algorithm; } in GetAlgorithm()
5901 const uint32_t m_Algorithm; member
11283 m_Algorithm(algorithm), in VmaBlockVector()
11409 if(m_Algorithm == VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT && m_MaxBlockCount > 1) in AllocatePage()
11416 (m_Algorithm != VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT || m_MaxBlockCount > 1)) in AllocatePage()
11452 if(m_Algorithm == VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT) in AllocatePage()
11859 if(m_Algorithm != VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT) in IncrementallySortBlocks()
11970 m_Algorithm); in CreateBlock()
12242 if(m_Algorithm != 0) in PrintDetailedMap()
12245 json.WriteString(VmaAlgorithmToStr(m_Algorithm)); in PrintDetailedMap()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/VulkanMemoryAllocator/
H A Dvk_mem_alloc.h5813 uint32_t GetAlgorithm() const { return m_Algorithm; } in GetAlgorithm()
5876 const uint32_t m_Algorithm; member
11266 m_Algorithm(algorithm), in VmaBlockVector()
11392 if(m_Algorithm == VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT && m_MaxBlockCount > 1) in AllocatePage()
11399 (m_Algorithm != VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT || m_MaxBlockCount > 1)) in AllocatePage()
11435 if(m_Algorithm == VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT) in AllocatePage()
11844 if(m_Algorithm != VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT) in IncrementallySortBlocks()
11957 m_Algorithm); in CreateBlock()
12233 if(m_Algorithm != 0) in PrintDetailedMap()
12236 json.WriteString(VmaAlgorithmToStr(m_Algorithm)); in PrintDetailedMap()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/VulkanMemoryAllocator/
H A Dvk_mem_alloc.h5813 uint32_t GetAlgorithm() const { return m_Algorithm; } in GetAlgorithm()
5876 const uint32_t m_Algorithm; member
11266 m_Algorithm(algorithm), in VmaBlockVector()
11392 if(m_Algorithm == VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT && m_MaxBlockCount > 1) in AllocatePage()
11399 (m_Algorithm != VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT || m_MaxBlockCount > 1)) in AllocatePage()
11435 if(m_Algorithm == VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT) in AllocatePage()
11844 if(m_Algorithm != VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT) in IncrementallySortBlocks()
11957 m_Algorithm); in CreateBlock()
12233 if(m_Algorithm != 0) in PrintDetailedMap()
12236 json.WriteString(VmaAlgorithmToStr(m_Algorithm)); in PrintDetailedMap()
[all …]

12